i3lock-color/install-i3lock-color.sh

12 lines
229 B
Bash
Raw Normal View History

2020-05-10 19:13:17 +00:00
#!/bin/bash
autoreconf -fiv
rm -rf build/
mkdir -p build && cd build/
../configure --prefix=/usr --sysconfdir=/etc --disable-sanitizers
2020-05-10 19:17:14 +00:00
sudo make install
2020-05-10 19:13:17 +00:00
2020-05-10 19:17:14 +00:00
sudo install -Dm644 LICENSE "/usr/share/licenses/i3lock-color/LICENSE"