i3lock-color/build.sh

11 lines
193 B
Bash
Raw Normal View History

2020-04-16 22:55:48 +00:00
#!/bin/bash
autoreconf -fiv
BUILD_DIR=build/
rm -rf $BUILD_DIR
mkdir -vp $BUILD_DIR && cd $BUILD_DIR || { echo "cd $BUILD_DIR"; exit 127; }
2020-04-16 22:55:48 +00:00
2020-05-10 19:33:28 +00:00
../configure --prefix=/usr --sysconfdir=/etc
2020-04-16 22:55:48 +00:00
make