diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-07-17 21:43:18 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-07-17 21:43:18 +0200 |
commit | 0fb41313e4d911e9c2cf8700970dfad2ae3de048 (patch) | |
tree | d210778f95c2995e9488d83d20c030355367f665 /network/httping/httping.SlackBuild | |
parent | 934e6d7f1be4bdaf15f64fdb1c76b3dbcc7af395 (diff) | |
download | slackbuilds-0fb41313e4d911e9c2cf8700970dfad2ae3de048.tar.gz slackbuilds-0fb41313e4d911e9c2cf8700970dfad2ae3de048.tar.xz |
network/httping: compress manpages
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
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/ |