summaryrefslogtreecommitdiffstats
path: root/office/wammu/wammu.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'office/wammu/wammu.SlackBuild')
-rw-r--r--office/wammu/wammu.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/office/wammu/wammu.SlackBuild b/office/wammu/wammu.SlackBuild
index efc8aa568f..a07f1b3ab7 100644
--- a/office/wammu/wammu.SlackBuild
+++ b/office/wammu/wammu.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for wammu
-# Copyright 2009-2010 Heinz Wiesinger, Amsterdam, The Netherlands
+# Copyright 2009-2011 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wammu
-VERSION=0.34
+VERSION=0.35
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -79,7 +79,8 @@ find $PKG | xargs file | grep "shared object" | grep ELF | \
find $PKG/usr/man -type f -exec gzip -9 {} \;
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS ChangeLog COPYING INSTALL PKG-INFO README $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS ChangeLog COPYING INSTALL PKG-INFO README \
+ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install