mirror of
https://github.com/Raymo111/i3lock-color.git
synced 2024-11-11 13:50:52 -05:00
Update build.sh
Just a little suggestion
This commit is contained in:
parent
7e41929e86
commit
22a6534946
1 changed files with 3 additions and 2 deletions
5
build.sh
5
build.sh
|
@ -1,8 +1,9 @@
|
|||
#!/bin/bash
|
||||
autoreconf -fiv
|
||||
|
||||
rm -rf build/
|
||||
mkdir -p build && cd build/
|
||||
BUILD_DIR=build/
|
||||
rm -rf $BUILD_DIR
|
||||
mkdir -vp $BUILD_DIR && cd $BUILD_DIR || { echo "cd $BUILD_DIR"; exit 127; }
|
||||
|
||||
../configure --prefix=/usr --sysconfdir=/etc
|
||||
|
||||
|
|
Loading…
Reference in a new issue