1
0
Fork 0
mirror of https://github.com/Raymo111/i3lock-color.git synced 2024-11-11 13:50:52 -05:00
i3lock-color/build.sh

12 lines
190 B
Bash
Raw Normal View History

2020-04-16 18:55:48 -04:00
#!/bin/bash
autoreconf -fiv
BUILD_DIR=build/
rm -rf $BUILD_DIR
2020-08-01 23:38:30 -04:00
mkdir -vp $BUILD_DIR
cd $BUILD_DIR || { echo "cd $BUILD_DIR"; exit 127; }
2020-04-16 18:55:48 -04:00
2020-05-10 15:33:28 -04:00
../configure --prefix=/usr --sysconfdir=/etc
2020-04-16 18:55:48 -04:00
make