aboutsummaryrefslogtreecommitdiff
path: root/perl/perl-String-ShellQuote/perl-String-ShellQuote.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-String-ShellQuote/perl-String-ShellQuote.SlackBuild')
-rw-r--r--perl/perl-String-ShellQuote/perl-String-ShellQuote.SlackBuild2
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 \