diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-12-23 14:37:00 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 00:09:55 -0500 |
commit | bd0980d9cc36b6a1c9e3097f1efc1d9e59cd7ac5 (patch) | |
tree | 2bb8faac0f09a58aa7745ffa0a593e867d9e1f20 /desktop/xfce4-genmon-plugin/xfce4-genmon-plugin.SlackBuild | |
parent | 9a24cb198b2ad700beda79d3fe5984938382bbc9 (diff) |
desktop/xfce4-genmon-plugin: Updated for version 4.1.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop/xfce4-genmon-plugin/xfce4-genmon-plugin.SlackBuild')
-rw-r--r-- | desktop/xfce4-genmon-plugin/xfce4-genmon-plugin.SlackBuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/desktop/xfce4-genmon-plugin/xfce4-genmon-plugin.SlackBuild b/desktop/xfce4-genmon-plugin/xfce4-genmon-plugin.SlackBuild index e59c53287c99f..1a93e3a5b33ad 100644 --- a/desktop/xfce4-genmon-plugin/xfce4-genmon-plugin.SlackBuild +++ b/desktop/xfce4-genmon-plugin/xfce4-genmon-plugin.SlackBuild @@ -23,8 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xfce4-genmon-plugin -VERSION=${VERSION:-3.4.0} -TARVERS=3.4 +VERSION=${VERSION:-4.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -62,14 +61,13 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 -cd $PRGNAM-$TARVERS -chown -R root:root . +cd $PRGNAM-$VERSION 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" \ ./configure \ |