diff options
Diffstat (limited to 'network/cowpatty/cowpatty.SlackBuild')
-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 a7ab733e9f..b60afd70cc 100644 --- a/network/cowpatty/cowpatty.SlackBuild +++ b/network/cowpatty/cowpatty.SlackBuild @@ -49,7 +49,7 @@ find . \ # force the Makefile to use our SLKCFLAGS: sed -i 14s/"-g3 -ggdb"/"-g3 -ggdb ${SLKCFLAGS}"/ Makefile -make +make make strip make install BINDIR=/usr/bin DESTDIR=$PKG |