mirror of
https://github.com/Raymo111/i3lock-color.git
synced 2024-11-11 13:50:52 -05:00
Update build.sh
This commit is contained in:
parent
eb6c9412e9
commit
eefd457317
1 changed files with 5 additions and 0 deletions
5
build.sh
5
build.sh
|
@ -1,6 +1,11 @@
|
|||
#!/bin/bash
|
||||
autoreconf -fiv
|
||||
|
||||
if
|
||||
sed -i "/^auth include system-auth/c\#auth include system-auth" pam/i3lock
|
||||
sed -i "/^#auth include login/c\auth include login" pam/i3lock
|
||||
fi
|
||||
|
||||
BUILD_DIR=build/
|
||||
rm -rf $BUILD_DIR
|
||||
mkdir -vp $BUILD_DIR
|
||||
|
|
Loading…
Reference in a new issue