* Fix sys/dist-all.sh
This commit is contained in:
parent
83afc157a1
commit
b412af0c8b
|
@ -1,9 +1,11 @@
|
|||
#!/bin/sh
|
||||
cd `dirname $PWD/$0`/..
|
||||
./configure --prefix=/usr
|
||||
|
||||
sys/install.sh
|
||||
make dist
|
||||
|
||||
cd r2-bindings
|
||||
./configure --prefix=/usr
|
||||
./configure --prefix=/usr --enable-devel
|
||||
make mrproper
|
||||
cd python
|
||||
make
|
||||
|
|
Loading…
Reference in New Issue