diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-06 07:59:29 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-05 20:25:22 -0600 |
commit | abd9fcdb0b0313d784807dae4c3d2d794356e5f3 (patch) | |
tree | 4eda78ef87c03a8b10331dd0561b20d4fa045c52 /libraries/libmygpo-qt | |
parent | 6070b7088f7aba7f50f7615f418a4dfe9f007d6f (diff) | |
download | slackbuilds-abd9fcdb0b0313d784807dae4c3d2d794356e5f3.tar.gz |
libraries/libmygpo-qt: Update script to the new template
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libmygpo-qt')
-rw-r--r-- | libraries/libmygpo-qt/libmygpo-qt.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/libmygpo-qt/libmygpo-qt.SlackBuild b/libraries/libmygpo-qt/libmygpo-qt.SlackBuild index 170e0d5361..3973488332 100644 --- a/libraries/libmygpo-qt/libmygpo-qt.SlackBuild +++ b/libraries/libmygpo-qt/libmygpo-qt.SlackBuild @@ -63,11 +63,11 @@ rm -rf $PRGNAM.$VERSION tar xvf $CWD/$PRGNAM.$VERSION.tar.gz cd $PRGNAM.$VERSION chown -R root:root . -find . \ +find -L . \ \( -perm 777 -o -perm 775 -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 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; mkdir -p build cd build |