aboutsummaryrefslogtreecommitdiff
path: root/util-vserver/util-vserver.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'util-vserver/util-vserver.SlackBuild')
-rwxr-xr-xutil-vserver/util-vserver.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-vserver/util-vserver.SlackBuild b/util-vserver/util-vserver.SlackBuild
index 29d122f6..f781f9cc 100755
--- a/util-vserver/util-vserver.SlackBuild
+++ b/util-vserver/util-vserver.SlackBuild
@@ -77,7 +77,7 @@ cd $TMP
tar xvf$tarflag $SRC_DIR/$SRC
cd $PACKAGE-$VERSION
./configure --prefix=/usr --sysconfdir=/etc --libdir=$LIBDIR --with-initrddir=/etc/rc.d --localstatedir=/var
-make
+make || exit 32
make DESTDIR=$TMP/package-$PACKAGE install
CWD="`pwd`"