diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2024-07-14 14:47:02 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-20 08:08:56 +0700 |
commit | 3ad4030d9a74085ed693f8950e21d24b009980d5 (patch) | |
tree | e97a5fc211c8c77b78c16ea6a54d6f0414500241 /perl/perl-IP-Country | |
parent | 6b9bc75fd2989f1464e608e7902002ad69843617 (diff) |
perl/perl-IP-Country: Fixed chown syntax
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-IP-Country')
-rw-r--r-- | perl/perl-IP-Country/perl-IP-Country.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/perl-IP-Country/perl-IP-Country.SlackBuild b/perl/perl-IP-Country/perl-IP-Country.SlackBuild index d21c77180c..10d00c0db5 100644 --- a/perl/perl-IP-Country/perl-IP-Country.SlackBuild +++ b/perl/perl-IP-Country/perl-IP-Country.SlackBuild @@ -80,7 +80,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 \ |