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 ad9117d164..670212eafc 100644 --- a/office/MasterPDFEditor/MasterPDFEditor.SlackBuild +++ b/office/MasterPDFEditor/MasterPDFEditor.SlackBuild @@ -25,7 +25,7 @@ PRGNAM=MasterPDFEditor SRCNAM=master-pdf-editor VERSION=${VERSION:-3.1.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -69,7 +69,7 @@ mv $SRCNAM-3 $PKG/opt cd $PKG/opt/$SRCNAM-3 mkdir -p $PKG/usr/bin -( ln -s /opt/$SRCNAM/masterpdfeditor3 $PKG/usr/bin/ ) +( ln -s /opt/$SRCNAM-3/masterpdfeditor3 $PKG/usr/bin/ ) mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION mv license.txt $PKG/usr/doc/$PRGNAM-$VERSION |