Remove more useless ./sys/
This commit is contained in:
parent
d035c6f6ca
commit
f1ccd640f7
|
@ -1,16 +0,0 @@
|
|||
#!/bin/sh
|
||||
cd "$(dirname "$PWD/$0")"
|
||||
|
||||
./clone-r2-bindings.sh
|
||||
|
||||
D="${PWD}/../prefix-install"
|
||||
./python.sh --no-install
|
||||
|
||||
cd ../radare2-bindings
|
||||
P=$(./configure --version|head -n 1|cut -d ' ' -f 1)
|
||||
sudo make install-vapi DESTDIR="$D"
|
||||
cd python
|
||||
sudo make install DESTDIR="$D"
|
||||
cd "$D"
|
||||
tar czvf "../$P-bin.tar.gz" ./*
|
||||
sudo rm -rf "$D"
|
|
@ -1,6 +0,0 @@
|
|||
#!/bin/sh
|
||||
cd "$(dirname "$PWD/$0")"
|
||||
./python.sh --no-install
|
||||
./clone-r2-bindings.sh
|
||||
cd ../radare2-bindings
|
||||
make dist
|
Loading…
Reference in New Issue