mirror of
https://github.com/Raymo111/i3lock-color.git
synced 2025-02-24 16:06:26 -05:00
Update build.sh
This commit is contained in:
parent
a8744d76eb
commit
770006421e
1 changed files with 3 additions and 3 deletions
6
build.sh
6
build.sh
|
@ -1,9 +1,9 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
|
|
||||||
if
|
if [[ -f /etc/arch-release ]]
|
||||||
sed -i "/^auth include system-auth/c\#auth include system-auth" pam/i3lock
|
sed -i "/^#auth include system-auth/auth include system-auth" pam/i3lock
|
||||||
sed -i "/^#auth include login/c\auth include login" pam/i3lock
|
sed -i "/^auth include login/#auth include login" pam/i3lock
|
||||||
fi
|
fi
|
||||||
|
|
||||||
BUILD_DIR=build/
|
BUILD_DIR=build/
|
||||||
|
|
Loading…
Add table
Reference in a new issue