* Fix sys/dist-all.sh

This commit is contained in:
pancake 2011-12-06 03:00:11 +01:00
parent 83afc157a1
commit b412af0c8b
1 changed files with 4 additions and 2 deletions

View File

@ -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