Codebase list i3lock-color / 43235932-00cc-440e-be9b-0277c3cc75cd/upstream build.sh
43235932-00cc-440e-be9b-0277c3cc75cd/upstream

Tree @43235932-00cc-440e-be9b-0277c3cc75cd/upstream (Download .tar.gz)

build.sh @43235932-00cc-440e-be9b-0277c3cc75cd/upstreamraw · history · blame

#!/bin/bash
autoreconf -fiv

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

make