diff options
author | David Spencer <baildon.research@googlemail.com> | 2013-11-24 11:12:27 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2013-11-24 19:23:45 +0700 |
commit | 8f5cfc820da492e50b780fa12d4543dab6225f7c (patch) | |
tree | e50306a4c4c0fec8800995b5f287521c752cb148 /system/detox | |
parent | 8bc81cf3298459fd8f8ec51c26ed39455dd79a39 (diff) | |
download | slackbuilds-8f5cfc820da492e50b780fa12d4543dab6225f7c.tar.gz |
system/detox: Forced to use -j1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/detox')
-rw-r--r-- | system/detox/detox.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/detox/detox.SlackBuild b/system/detox/detox.SlackBuild index 63d7831e71..0e38e698da 100644 --- a/system/detox/detox.SlackBuild +++ b/system/detox/detox.SlackBuild @@ -77,7 +77,7 @@ CXXFLAGS="$SLKCFLAGS" \ --build=$ARCH-slackware-linux make -make install DESTDIR=$PKG +make -j1 install DESTDIR=$PKG # Avoid clobbering existing config, if any. mv $PKG/etc/detoxrc $PKG/etc/detoxrc.new |