fix path to setup-configure

This commit is contained in:
Bryan Stansell 2019-03-19 07:46:40 -07:00
parent 5decb6e739
commit 6c5814c9c8

View File

@ -14,7 +14,7 @@ if [ ! -f ../conserver-$ver.tar.gz ]; then
mkdir build
git archive --format=tar.gz --prefix=conserver-$ver/ v$ver | (cd build; tar zxf -)
cd build/conserver-$ver
./package/setup-configure
../../package/setup-configure
rm -rf package
)
tar zcf ../conserver-$ver.tar.gz -C build conserver-$ver