aboutsummaryrefslogtreecommitdiff
path: root/tor/tor.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'tor/tor.SlackBuild')
-rwxr-xr-xtor/tor.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/tor/tor.SlackBuild b/tor/tor.SlackBuild
index 986eeed0..9758586d 100755
--- a/tor/tor.SlackBuild
+++ b/tor/tor.SlackBuild
@@ -78,7 +78,7 @@ if [ -f "$CWD/$PACKAGE-$VERSION.diff" ]; then
fi
./configure --prefix=/usr --sysconfdir=/etc --libdir=$LIBDIR
-make
+make || exit 32
make DESTDIR=$TMP/package-$PACKAGE install
mkdir $TMP/package-$PACKAGE/etc/rc.d