summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-06-16 15:51:46 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-06-16 15:51:46 +0700
commit87a9e6f88d36245a018ed1fd39c35d36e20397d0 (patch)
tree099aa4f998e6229a1adecfd37c03c5305b37e83b /office
parentd9ee03fa4bd7670a765c50d5e2b1307603040fca (diff)
downloadslackbuilds-87a9e6f88d36245a018ed1fd39c35d36e20397d0.tar.gz
slackbuilds-87a9e6f88d36245a018ed1fd39c35d36e20397d0.tar.xz
office/MasterPDFEditor: Fix symlink.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/MasterPDFEditor/MasterPDFEditor.SlackBuild4
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