1
0
Fork 0
mirror of https://github.com/Raymo111/i3lock-color.git synced 2025-02-17 15:55:52 -05:00

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

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