diff options
author | David Spencer <baildon.research@googlemail.com> | 2013-11-24 11:01:31 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2013-11-24 19:23:45 +0700 |
commit | 0f868ede1b61ce302fb11b25b2b374c7322f9e68 (patch) | |
tree | 88457550c54ff639dbf236252438682c0268a59c /network/cowpatty | |
parent | ad62b792a1ae503578f0b14fdf65ad22d4587c0c (diff) | |
download | slackbuilds-0f868ede1b61ce302fb11b25b2b374c7322f9e68.tar.gz |
network/cowpatty: Forced to use -j1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/cowpatty')
-rw-r--r-- | network/cowpatty/cowpatty.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/cowpatty/cowpatty.SlackBuild b/network/cowpatty/cowpatty.SlackBuild index 3fa82c3d4e..160b997da5 100644 --- a/network/cowpatty/cowpatty.SlackBuild +++ b/network/cowpatty/cowpatty.SlackBuild @@ -49,7 +49,7 @@ find -L . \ # force the Makefile to use our SLKCFLAGS: sed -i 14s/"-g3 -ggdb"/"-g3 -ggdb ${SLKCFLAGS}"/ Makefile -make +make -j1 make strip make install BINDIR=/usr/bin DESTDIR=$PKG |