aboutsummaryrefslogtreecommitdiff
path: root/gnome
diff options
context:
space:
mode:
authorrudson <rudson@370017ae-e619-0410-ac65-c121f96126d4>2008-03-27 19:44:21 +0000
committerrudson <rudson@370017ae-e619-0410-ac65-c121f96126d4>2008-03-27 19:44:21 +0000
commit0ef4cd7bd84b6edad90348fc42b6d296109a850a (patch)
treeec01aa07cf87404732f4e30b6ff1f3c26f7b10ad /gnome
parent1bf7f918ec802736d2f68b81d9d107dde6afada3 (diff)
downloadslackbuilds-0ef4cd7bd84b6edad90348fc42b6d296109a850a.tar.gz
slackbuilds-0ef4cd7bd84b6edad90348fc42b6d296109a850a.tar.bz2
NUMOFJOBS=-j1 em ORBit
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1684 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'gnome')
-rw-r--r--gnome/base/orbit/ORBit2.SlackBuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnome/base/orbit/ORBit2.SlackBuild b/gnome/base/orbit/ORBit2.SlackBuild
index f282e4bb..05095cbe 100644
--- a/gnome/base/orbit/ORBit2.SlackBuild
+++ b/gnome/base/orbit/ORBit2.SlackBuild
@@ -41,8 +41,7 @@ REPOS=${REPOS:=$TMP}
PREFIX=${PREFIX:=/usr}
PKG_WORK="$TMP/$SRC_NAME"
CONF_OPTIONS=${CONF_OPTIONS:=""}
-# Paralell build is not working for me...
-# NUMJOBS=${NUMJOBS:="-j4"}
+NUMJOBS="-j1"
# Set system libraries' path and optmization flags based on $ARCH
LIBDIR="$PREFIX/lib"
@@ -97,7 +96,7 @@ CFLAGS="$SLKCFLAGS" \
--prefix="$PREFIX" --libdir="$LIBDIR" $CONF_OPTIONS || exit $ERROR_CONF
# Compile
-make || exit $ERROR_MAKE
+make $NUMJOBS || exit $ERROR_MAKE
# Install
make install DESTDIR="$PKG" || exit $ERROR_INSTALL