i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit eb6c9412e99731d284b000315776d021bad2458f
parent 63af0b6d1dd9372eb1e5b0b5a851a034485f5875
Author: Raymond Li <hi@raymond.li>
Date:   Tue,  4 Aug 2020 17:23:28 -0400

Update install-i3lock-color.sh
Diffstat:
Minstall-i3lock-color.sh | 7+------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git 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