diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-06 08:06:44 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-05 20:25:42 -0600 |
commit | 19618426444e8c61cec59fd7c64f897a2be77340 (patch) | |
tree | 9045c29456dbbfac075c6a9aa32a558f8adff6a0 /office | |
parent | cd4b364ef55d3374d3ab3e24b3d1b937512e57f7 (diff) |
office/ProjectLibre: 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 'office')
-rw-r--r-- | office/ProjectLibre/ProjectLibre.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/office/ProjectLibre/ProjectLibre.SlackBuild b/office/ProjectLibre/ProjectLibre.SlackBuild index dc17e2708501..c1a1ed7f3d08 100644 --- a/office/ProjectLibre/ProjectLibre.SlackBuild +++ b/office/ProjectLibre/ProjectLibre.SlackBuild @@ -44,11 +44,11 @@ tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$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 {} \; # Change the installation folder to /opt patch -p1 < $CWD/projectlibre-path.patch |