i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit 59b8e8ed0ae26ab553fdd266499806e257eef6d7
parent 9a1793de4743e7fe6dec2f7c4ee6829c3bdde094
Author: Raymond Li <hi@raymond.li>
Date:   Fri,  9 Oct 2020 14:12:27 -0400

Fix install script

Diffstat:
Minstall-i3lock-color.sh | 2++
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/install-i3lock-color.sh b/install-i3lock-color.sh
@@ -1,6 +1,8 @@
 #!/bin/bash
 ./build.sh
 
+cd build
+
 sudo make install
 
 sudo install -Dm644 ../LICENSE "/usr/share/licenses/i3lock-color/LICENSE"