From eefd457317d3cd083c0801871fb9163f5d7d6fc2 Mon Sep 17 00:00:00 2001 From: Raymond Li Date: Tue, 4 Aug 2020 17:29:25 -0400 Subject: [PATCH] Update build.sh --- build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.sh b/build.sh index cbec96c..88dbb1e 100755 --- a/build.sh +++ b/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