Update build.sh

forget this
This commit is contained in:
Simon Puente 2020-08-01 20:38:30 -07:00 committed by GitHub
parent 22a6534946
commit a15620084e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ autoreconf -fiv
BUILD_DIR=build/
rm -rf $BUILD_DIR
mkdir -vp $BUILD_DIR && cd $BUILD_DIR || { echo "cd $BUILD_DIR"; exit 127; }
mkdir -vp $BUILD_DIR
cd $BUILD_DIR || { echo "cd $BUILD_DIR"; exit 127; }
../configure --prefix=/usr --sysconfdir=/etc