diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2013-11-15 17:27:29 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-15 13:46:10 -0600 |
commit | b517712c04e14d528dbc3a8377ea64146346d5e0 (patch) | |
tree | 9a5a56c60800db5a35b64ab2a6888d98519bda2f /misc/asterixInspector/asterixInspector.SlackBuild | |
parent | 9fa8aed631c1a81471608afe432c93517883040d (diff) | |
download | slackbuilds-b517712c04e14d528dbc3a8377ea64146346d5e0.tar.gz |
misc/asterixInspector: Updated for version 0.9.5
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/asterixInspector/asterixInspector.SlackBuild')
-rw-r--r-- | misc/asterixInspector/asterixInspector.SlackBuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/misc/asterixInspector/asterixInspector.SlackBuild b/misc/asterixInspector/asterixInspector.SlackBuild index 073782dc86..5bc5f2a01d 100644 --- a/misc/asterixInspector/asterixInspector.SlackBuild +++ b/misc/asterixInspector/asterixInspector.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=asterixInspector -VERSION=${VERSION:-0.9.3} +VERSION=${VERSION:-0.9.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -49,11 +49,11 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION chown -R root:root . -find . \ - \( -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 {} \; +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 {} \; qmake make |