diff options
Diffstat (limited to 'development/pforth/pforth.SlackBuild')
-rw-r--r-- | development/pforth/pforth.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/pforth/pforth.SlackBuild b/development/pforth/pforth.SlackBuild index b2fda7c124..7a0dd178e8 100644 --- a/development/pforth/pforth.SlackBuild +++ b/development/pforth/pforth.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pforth -# Written by Zbigniew Baniewski, zb@ispid.com.pl +# Written by Zbigniew Baniewski, <Zbigniew [dot] Baniewski [at] gmail [dot] com> # Modified by Willy Sudiarto Raharjo <willysr@slackware-id.org> PRGNAM=pforth @@ -52,7 +52,7 @@ 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 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # pforth.dic into "share" sed -i "s/pforth.dic/\/usr\/share\/pforth\/${VERSION}\/pforth.dic/g" ../../csrc/pf_main.c |