mirror of
https://github.com/bstansell/conserver.git
synced 2024-12-19 12:57:54 +00:00
fix path to setup-configure
This commit is contained in:
parent
5decb6e739
commit
6c5814c9c8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user