mirror of
https://github.com/Raymo111/i3lock-color.git
synced 2025-02-24 16:06:26 -05:00
Update build.sh
forget this
This commit is contained in:
parent
22a6534946
commit
a15620084e
1 changed files with 2 additions and 1 deletions
3
build.sh
3
build.sh
|
@ -3,7 +3,8 @@ autoreconf -fiv
|
||||||
|
|
||||||
BUILD_DIR=build/
|
BUILD_DIR=build/
|
||||||
rm -rf $BUILD_DIR
|
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
|
../configure --prefix=/usr --sysconfdir=/etc
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue