1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-10-18 22:08:54 +00:00
bddisasm/bindings/rsbddisasm/fix_symlinks.sh

13 lines
167 B
Bash
Raw Normal View History

#!/bin/bash
set -e
cd bddisasm-sys
rm -rf LICENSE
ln -s ../../../LICENSE .
cd csrc
rm -rf bddisasm
ln -s ../../../../bddisasm/ .
rm -rf inc
ln -s ../../../../inc/ .