From eb6c9412e99731d284b000315776d021bad2458f Mon Sep 17 00:00:00 2001 From: Raymond Li Date: Tue, 4 Aug 2020 17:23:28 -0400 Subject: [PATCH] Update install-i3lock-color.sh --- install-i3lock-color.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/install-i3lock-color.sh b/install-i3lock-color.sh index f478e28..e92d46a 100755 --- a/install-i3lock-color.sh +++ b/install-i3lock-color.sh @@ -1,10 +1,5 @@ #!/bin/bash -autoreconf -fiv - -rm -rf build/ -mkdir -p build && cd build/ - -../configure --prefix=/usr --sysconfdir=/etc +./build.sh sudo make install