diff options
Diffstat (limited to 'office/moneydance/moneydance.SlackBuild')
-rw-r--r-- | office/moneydance/moneydance.SlackBuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/office/moneydance/moneydance.SlackBuild b/office/moneydance/moneydance.SlackBuild index 3179fd81a3..adec73589b 100644 --- a/office/moneydance/moneydance.SlackBuild +++ b/office/moneydance/moneydance.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for moneydance -# Copyright 2008-2013 Robby Workman, Northport, AL, USA +# Copyright 2008-2014 Robby Workman, Northport, AL, USA # 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=moneydance -VERSION=${VERSION:-2012.862} +VERSION=${VERSION:-2014.967} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -58,6 +58,7 @@ ln -s /opt/Moneydance/Moneydance $PKG/usr/bin mkdir -p $PKG/usr/share/applications cat $CWD/moneydance.desktop > $PKG/usr/share/applications/$PRGNAM.desktop +rm -f $PKG/opt/Moneydance/resources/moneydance.desktop mkdir -p $PKG/usr/share/pixmaps ln -s /opt/Moneydance/resources/moneydance_icon32.png \ @@ -79,4 +80,5 @@ find -L . \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + /sbin/makepkg -c n -l y $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |