aboutsummaryrefslogtreecommitdiff
path: root/development
diff options
context:
space:
mode:
Diffstat (limited to 'development')
-rw-r--r--development/setedit/setedit.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/development/setedit/setedit.SlackBuild b/development/setedit/setedit.SlackBuild
index 295da4d842..2ac28914d3 100644
--- a/development/setedit/setedit.SlackBuild
+++ b/development/setedit/setedit.SlackBuild
@@ -84,8 +84,8 @@ CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr
-make
-make install prefix=$PKG/usr
+make -j1
+make -j1 install prefix=$PKG/usr
strip $PKG/usr/bin/*
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM/$PRGNAM.SlackBuild