diff options
author | Mario Preksavec <mario@slackware.hr> | 2015-02-04 16:13:41 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-07 15:21:07 +0700 |
commit | f9f5a00a6ef8c4135822637c4e26a75cc2114d5c (patch) | |
tree | 4cab97810768d0732d6645cf9ce255789c6c8852 /office/text2pdf/text2pdf.SlackBuild | |
parent | b59c2182a4fafa578459b52d85b2411acc2425f3 (diff) | |
download | slackbuilds-f9f5a00a6ef8c4135822637c4e26a75cc2114d5c.tar.gz |
office/text2pdf: Maintainer info update + minor fixes
Diffstat (limited to 'office/text2pdf/text2pdf.SlackBuild')
-rw-r--r-- | office/text2pdf/text2pdf.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/office/text2pdf/text2pdf.SlackBuild b/office/text2pdf/text2pdf.SlackBuild index 77b08e95b9..57c054a566 100644 --- a/office/text2pdf/text2pdf.SlackBuild +++ b/office/text2pdf/text2pdf.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for text2pdf -# Copyright 2013, mario <mario@slackverse.org> +# Copyright 2013, 2015 Mario Preksavec, Zagreb, HR # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -51,10 +51,10 @@ cp $CWD/{Makefile,text2pdf.c} $PRGNAM-$VERSION 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 {} \; make all |