diff options
Diffstat (limited to 'network/httping/httping.SlackBuild')
-rw-r--r-- | network/httping/httping.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/network/httping/httping.SlackBuild b/network/httping/httping.SlackBuild index c078b1f130..3634fe8d56 100644 --- a/network/httping/httping.SlackBuild +++ b/network/httping/httping.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=httping VERSION=${VERSION:-1.4.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -84,6 +84,8 @@ make install \ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true +find $PKG/usr/man -type f -exec gzip -9 {} \; + mkdir -p $PKG/usr/bin cp -a httping $PKG/usr/bin/ |