From d8d816d8066f1aea49c441f2ae82d3802c446a50 Mon Sep 17 00:00:00 2001 From: Raymond Li Date: Fri, 8 Jan 2021 21:03:23 -0500 Subject: [PATCH] Fix typo --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 164bbd3..7a65794 100644 --- a/configure.ac +++ b/configure.ac @@ -85,7 +85,7 @@ if [[ -f /etc/arch-release ]]; then fi # Use system-auth instead of login on Gentoo -if [[ -f /etc/arch-release ]]; then +if [[ -f /etc/gentoo-release ]]; then echo "Using PAM for Gentoo" sed -i "s/^#auth include system-auth/auth include system-auth/g" ../pam/i3lock sed -i "s/^auth include login/#auth include login/g" ../pam/i3lock