diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-11 01:21:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-11 18:57:35 +0700 |
commit | fa49d04625611f323a5c16f7c802a6ee35fa07e3 (patch) | |
tree | 947c7bd0f8a5e6ef5184e8bcbca4313ff2ea27a9 /office/MasterPDFEditor/MasterPDFEditor.SlackBuild | |
parent | 0777fb336804df43e9a64c2e4943cba6d4fd6207 (diff) | |
download | slackbuilds-fa49d04625611f323a5c16f7c802a6ee35fa07e3.tar.gz |
office/MasterPDFEditor: Updated for version 2.2.15.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/MasterPDFEditor/MasterPDFEditor.SlackBuild')
-rw-r--r-- | office/MasterPDFEditor/MasterPDFEditor.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/office/MasterPDFEditor/MasterPDFEditor.SlackBuild b/office/MasterPDFEditor/MasterPDFEditor.SlackBuild index 81fda19bf2..2a447fe330 100644 --- a/office/MasterPDFEditor/MasterPDFEditor.SlackBuild +++ b/office/MasterPDFEditor/MasterPDFEditor.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=MasterPDFEditor SRCNAM=master-pdf-editor -VERSION=${VERSION:-2.2.06} +VERSION=${VERSION:-2.2.15} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -79,7 +79,7 @@ mkdir -p $PKG/usr/share/applications/ cp $CWD/$PRGNAM.desktop $PKG/usr/share/applications/$PRGNAM.desktop mkdir -p $PKG/usr/share/pixmaps -( ln -s /opt/$PRGNAM/master-pdf-editor.png $PKG/usr/share/pixmaps/master-pdf-editor.png ) +( ln -s /opt/$SRCNAM/master-pdf-editor.png $PKG/usr/share/pixmaps/master-pdf-editor.png ) mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc |