Fix install

This commit is contained in:
Raymond Li 2020-05-10 15:17:14 -04:00
parent ac8390ba66
commit 7493c0bead
No known key found for this signature in database
GPG Key ID: A014EA89B62BBB1B
2 changed files with 4 additions and 4 deletions

View File

@ -97,8 +97,8 @@ chmod +x build.sh
```
To install after building, run:
```
chmod +x install.sh
./install.sh
chmod +x install-i3lock-color.sh
./install-i3lock-color.sh
```
You may choose to modify the script based on your needs/OS/distro.

View File

@ -6,6 +6,6 @@ mkdir -p build && cd build/
../configure --prefix=/usr --sysconfdir=/etc --disable-sanitizers
make install
sudo make install
install -Dm644 LICENSE "/usr/share/licenses/i3lock-color/LICENSE"
sudo install -Dm644 LICENSE "/usr/share/licenses/i3lock-color/LICENSE"