diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2024-07-14 14:54:40 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-20 08:08:58 +0700 |
commit | be3d735c73485d6d0c806006b0bd6b8e5b634c07 (patch) | |
tree | 3d0021540c5b3a902a5d938dde5367c79cb2e7dc | |
parent | b4c13bb8826aeab1166a8e868d225ae3a5341ede (diff) |
perl/perl-String-ShellQuote: Fixed chown syntax
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | perl/perl-String-ShellQuote/perl-String-ShellQuote.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/perl-String-ShellQuote/perl-String-ShellQuote.SlackBuild b/perl/perl-String-ShellQuote/perl-String-ShellQuote.SlackBuild index 4738a505b852..ad6d4830c6ba 100644 --- a/perl/perl-String-ShellQuote/perl-String-ShellQuote.SlackBuild +++ b/perl/perl-String-ShellQuote/perl-String-ShellQuote.SlackBuild @@ -64,7 +64,7 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $TMP/$SRCNAM-$VERSION -chown -R root.root . +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 \ |