aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2024-07-14 14:45:32 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-07-20 08:08:55 +0700
commita130f2ca6006a0f949c5ef0361e574a5dc3b92e0 (patch)
tree37e8517b3e550765fda5093d0f942ff31d286b50
parent0053f3b62db5cf0add2481f349faf563717c4397 (diff)
perl/perl-Geography-Countries: 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-Geography-Countries/perl-Geography-Countries.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/perl-Geography-Countries/perl-Geography-Countries.SlackBuild b/perl/perl-Geography-Countries/perl-Geography-Countries.SlackBuild
index bb2825ed59..899013a705 100644
--- a/perl/perl-Geography-Countries/perl-Geography-Countries.SlackBuild
+++ b/perl/perl-Geography-Countries/perl-Geography-Countries.SlackBuild
@@ -81,7 +81,7 @@ cd $TMP
tar xzvf $CWD/$SRCNAM.tar.gz
cd $TMP/$SRCNAM
-chown -R root.root .
+chown -R root:root .
find -L . \
\( -perm 664 -o -perm 666 -o -perm 600 -o -perm 440 -o -perm 444 -o -perm 400 \) \
-exec chmod 644 {} \;