From 87a9e6f88d36245a018ed1fd39c35d36e20397d0 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Tue, 16 Jun 2015 15:51:46 +0700 Subject: office/MasterPDFEditor: Fix symlink. Signed-off-by: Willy Sudiarto Raharjo --- office/MasterPDFEditor/MasterPDFEditor.SlackBuild | 4 ++-- 1 file 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 -- cgit v1.2.3