diff options
Diffstat (limited to 'network/dovecot-pigeonhole/dovecot-pigeonhole.SlackBuild')
-rw-r--r-- | network/dovecot-pigeonhole/dovecot-pigeonhole.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/network/dovecot-pigeonhole/dovecot-pigeonhole.SlackBuild b/network/dovecot-pigeonhole/dovecot-pigeonhole.SlackBuild index b2729a3fda..594fc1107f 100644 --- a/network/dovecot-pigeonhole/dovecot-pigeonhole.SlackBuild +++ b/network/dovecot-pigeonhole/dovecot-pigeonhole.SlackBuild @@ -28,16 +28,14 @@ set -e PRGNAM="dovecot-pigeonhole" -VERSION=${VERSION:-0.2.0} +VERSION=${VERSION:-0.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -98,7 +96,6 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp AUTHORS COPYING* INSTALL NEWS README TODO \ $PKG/usr/doc/$PRGNAM-$VERSION -### compress man pages find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $(find $PKG/usr/man -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done |