diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |