diff options
Diffstat (limited to 'office/adobe-reader/adobe-reader.SlackBuild')
-rw-r--r-- | office/adobe-reader/adobe-reader.SlackBuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/office/adobe-reader/adobe-reader.SlackBuild b/office/adobe-reader/adobe-reader.SlackBuild index aef9ca063c..1f5b87c46f 100644 --- a/office/adobe-reader/adobe-reader.SlackBuild +++ b/office/adobe-reader/adobe-reader.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for acroread - binary repackaging # Copyright 2006-2009 Robby Workman Northport, Alabama, USA -# Copyright 2008-2009 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2008-2010 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ # permission to modify it as needed. PRGNAM=adobe-reader -VERSION=9.2 +VERSION=9.3 ARCH=i486 # Leave this alone for acroread BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -62,10 +62,6 @@ cd $PKG/opt/Adobe rm -rf Reader9/Reader/HowTo rm -r Reader9/Browser/{HowTo,install_browser_plugin} -# "fix" dirname error in acroread -ORIG="mozillaPath=\"\`readlink \"\$MozPath\" | xargs dirname\`\"" -sed -i "s%$ORIG%mozillaPath=\"/usr/lib/seamonkey\"%" Reader9/bin/acroread - # Add symlink for binary to /usr/bin ( cd $PKG/usr/bin ; ln -sf /opt/Adobe/Reader9/bin/acroread . ) @@ -83,7 +79,7 @@ cd $PKG/usr/share/mime/packages cd - # Fix symlink to .desktop file -mkdir -p $PKG/usr/share/{applications,pixmaps} +mkdir -p $PKG/usr/share/{applications,pixmaps} cd $PKG/usr/share/applications rm -f AdobeReader.desktop ln -sf /opt/Adobe/Reader9/Resource/Support/AdobeReader.desktop . |