summaryrefslogtreecommitdiffstats
path: root/source/n/daemon/daemon.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/daemon/daemon.SlackBuild')
-rwxr-xr-xsource/n/daemon/daemon.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/n/daemon/daemon.SlackBuild b/source/n/daemon/daemon.SlackBuild
index 0b659fc17..453af492a 100755
--- a/source/n/daemon/daemon.SlackBuild
+++ b/source/n/daemon/daemon.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2005-2018 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2005-2018, 2023 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -83,7 +83,7 @@ find . \
./configure \
--prefix=/usr \
- --enable-logind
+ --enable-logind || exit 1
make $NUMJOBS CFLAGS="$SLKCFLAGS" || exit 1