From 10ec39fd5c3816dc757f2332ecfaf9b7a32e68c9 Mon Sep 17 00:00:00 2001 From: Nishant Limbachia Date: Fri, 24 Dec 2010 10:50:03 -0200 Subject: network/dovecot-pigeonhole: Updated for version 0.2.2. Signed-off-by: Niels Horn --- network/dovecot-pigeonhole/dovecot-pigeonhole.SlackBuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'network/dovecot-pigeonhole/dovecot-pigeonhole.SlackBuild') 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 -- cgit v1.2.3