summaryrefslogtreecommitdiff
path: root/office/MasterPDFEditor/MasterPDFEditor.SlackBuild
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-12 18:02:44 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-18 07:54:05 +0700
commit60e99335e3c5f1aaac5ef0fb18851a02822c6994 (patch)
tree4a99d603cd8583bcd2b417671038f2e6e3a1129b /office/MasterPDFEditor/MasterPDFEditor.SlackBuild
parent06ce5f41ad55d3f602e793a08213cc268b586b5d (diff)
downloadslackbuilds-60e99335e3c5f1aaac5ef0fb18851a02822c6994.tar.gz
office/MasterPDFEditor: Updated for version 4.0.40.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/MasterPDFEditor/MasterPDFEditor.SlackBuild')
-rw-r--r--office/MasterPDFEditor/MasterPDFEditor.SlackBuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/office/MasterPDFEditor/MasterPDFEditor.SlackBuild b/office/MasterPDFEditor/MasterPDFEditor.SlackBuild
index 5e88dd73ab..0c8596eb38 100644
--- a/office/MasterPDFEditor/MasterPDFEditor.SlackBuild
+++ b/office/MasterPDFEditor/MasterPDFEditor.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=MasterPDFEditor
SRCNAM=master-pdf-editor
-VERSION=${VERSION:-4.0.30}
+VERSION=${VERSION:-4.0.40}
MAJVER=4
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -65,11 +65,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT $PKG/opt
cd $TMP
rm -rf $SRCNAM-$MAJVER
-if [ "$ARCH" = "x86_64" ]; then
- tar xvf $CWD/${SRCNAM}-${VERSION}_${SOURCEARCH}.tar.gz
-else
- tar xvf $CWD/${SRCNAM}-${VERSION}-1_${SOURCEARCH}.tar.gz
-fi
+tar xvf $CWD/${SRCNAM}-${VERSION}_${SOURCEARCH}.tar.gz
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \