summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 51f911f..b17c920 100755
--- a/configure
+++ b/configure
@@ -40,7 +40,8 @@ check_ninja_version () {
rm "$ninja_file"
}
-if readlink /bin/init | grep -q systemd
+JWM_INIT=
+if readlink /sbin/init | grep -q systemd
then JWM_INIT=systemd
fi