diff options
Diffstat (limited to 'office/MasterPDFEditor/MasterPDFEditor.SlackBuild')
-rw-r--r-- | office/MasterPDFEditor/MasterPDFEditor.SlackBuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/office/MasterPDFEditor/MasterPDFEditor.SlackBuild b/office/MasterPDFEditor/MasterPDFEditor.SlackBuild index 82f341d3fe..b17ca575d9 100644 --- a/office/MasterPDFEditor/MasterPDFEditor.SlackBuild +++ b/office/MasterPDFEditor/MasterPDFEditor.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=MasterPDFEditor SRCNAM=master-pdf-editor -VERSION=${VERSION:-3.5.81} +VERSION=${VERSION:-3.7.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -65,6 +65,13 @@ mkdir -p $TMP $PKG $OUTPUT $PKG/opt cd $TMP rm -rf $SRCNAM-3 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 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + mv $SRCNAM-3 $PKG/opt cd $PKG/opt/$SRCNAM-3 |