diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-12-23 14:45:08 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 00:09:56 -0500 |
commit | d41911d738ca5109f48a8df873b01ae84a0434df (patch) | |
tree | 70d53c530382144dabcbd0c253e255e4eb75b18f /desktop/xfce4-mount-plugin/xfce4-mount-plugin.SlackBuild | |
parent | 86c4f6d7fe71a1fc1f9c4be9c25879bf489e8b0d (diff) |
desktop/xfce4-mount-plugin: Updated for version 1.1.4.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop/xfce4-mount-plugin/xfce4-mount-plugin.SlackBuild')
-rw-r--r-- | desktop/xfce4-mount-plugin/xfce4-mount-plugin.SlackBuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/desktop/xfce4-mount-plugin/xfce4-mount-plugin.SlackBuild b/desktop/xfce4-mount-plugin/xfce4-mount-plugin.SlackBuild index f833c778faebb..286d9ffaa157f 100644 --- a/desktop/xfce4-mount-plugin/xfce4-mount-plugin.SlackBuild +++ b/desktop/xfce4-mount-plugin/xfce4-mount-plugin.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xfce4-mount-plugin -VERSION=${VERSION:-1.1.2} +VERSION=${VERSION:-1.1.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -63,12 +63,11 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION chown -R root:root . -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 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -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 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ |