diff options
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 |