diff options
author | David Spencer <baildon.research@googlemail.com> | 2013-11-24 11:16:57 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2013-11-24 19:23:46 +0700 |
commit | 2a5df88b76f6b9079f2b28c4e84eba9ef635102e (patch) | |
tree | 24aebe9f76650ea791c2349ac13f78e0f102a31d /system/freedup | |
parent | 9fcf334dced7e152a56730c277943eced717cf45 (diff) |
system/freedup: Fixed to use -j1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/freedup')
-rw-r--r-- | system/freedup/freedup.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/freedup/freedup.SlackBuild b/system/freedup/freedup.SlackBuild index 1349538159dc..73d0fd932be4 100644 --- a/system/freedup/freedup.SlackBuild +++ b/system/freedup/freedup.SlackBuild @@ -72,7 +72,7 @@ chmod -R u+w,go+r-w,a-s . export CFLAGS="$SLKCFLAGS" export CXXFLAGS="$SLKCFLAGS" -make DCOL="" +make -j1 DCOL="" make install PRE=$PKG MANPAGEDIR=$PKG/usr/man/ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ |