aboutsummaryrefslogtreecommitdiff
path: root/patches/sudo
diff options
context:
space:
mode:
Diffstat (limited to 'patches/sudo')
-rwxr-xr-xpatches/sudo/sudo.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/sudo/sudo.SlackBuild b/patches/sudo/sudo.SlackBuild
index 33c11962..289ef526 100755
--- a/patches/sudo/sudo.SlackBuild
+++ b/patches/sudo/sudo.SlackBuild
@@ -94,7 +94,7 @@ cd sudo-$VERSION
chown -R root.root .
CFLAGS="$SLKCFLAGS" \
./configure --prefix=/usr --sbindir=/usr/sbin --with-getpass --with-C2
-make
+make || exit 32
make install DESTDIR=$PKG
chown -R root:bin $PKG/usr/bin $PKG/usr/sbin
( cd $PKG/usr/bin