summaryrefslogtreecommitdiffstats
path: root/mcabber/build/mcabber.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2006-08-14 06:49:47 +0000
committer Eric Hameleers <alien@slackware.com>2006-08-14 06:49:47 +0000
commit982b666e29fa19b1881fe599ed9a4a9a0d735a35 (patch)
tree5b12e678bd37e56a91885a6c2d30adf6f634dc02 /mcabber/build/mcabber.SlackBuild
parente8e92381a09421eae57d839a15ae35b5535b3af1 (diff)
downloadasb-982b666e29fa19b1881fe599ed9a4a9a0d735a35.tar.gz
asb-982b666e29fa19b1881fe599ed9a4a9a0d735a35.tar.xz
New release.
Diffstat (limited to 'mcabber/build/mcabber.SlackBuild')
-rwxr-xr-xmcabber/build/mcabber.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/mcabber/build/mcabber.SlackBuild b/mcabber/build/mcabber.SlackBuild
index c322e8cd..57da4ee5 100755
--- a/mcabber/build/mcabber.SlackBuild
+++ b/mcabber/build/mcabber.SlackBuild
@@ -25,6 +25,8 @@
# * Bugfix release.
# 0.7.8-1: 28/jun/2006 by Eric Hameleers <alien@slackware.com>
# * New release.
+# 0.8.0-1: 14/aug/2006 by Eric Hameleers <alien@slackware.com>
+# * New release.
#
# Run 'sh SlackBuild --cleanup' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -40,7 +42,7 @@ if [ "$TMP" = "" ]; then
fi
PRGNAM=mcabber
-VERSION=0.7.8
+VERSION=0.8.0
ARCH=${ARCH:-i486}
BUILD=1
@@ -221,7 +223,7 @@ cp -a $DOCS \
chmod -R a-w $PKG/usr/doc/$PRGNAM-$VERSION/*
# Compress the man page(s)
-gzip -9f $PKG/usr/man/*/*
+find $PKG/usr/man -type f -name "*.?" -exec gzip -9f {} \;
# Strip binaries
( cd $PKG