diff options
Diffstat (limited to 'office/wammu/wammu.SlackBuild')
-rw-r--r-- | office/wammu/wammu.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/office/wammu/wammu.SlackBuild b/office/wammu/wammu.SlackBuild index 5e8f7a78884c1..d22679ba87163 100644 --- a/office/wammu/wammu.SlackBuild +++ b/office/wammu/wammu.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for wammu -# Copyright 2009-2011 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2009-2015 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.36 +VERSION=0.38 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -79,7 +79,7 @@ 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 \ +cp -a ChangeLog COPYING INSTALL PKG-INFO README* \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |