mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
perl/perl-Date-Calc: Fixed chown syntax
Signed-off-by: Robby Workman <rworkman@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
95a8173e68
commit
5bc56e2afb
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ cd $TMP
|
|||
tar xzvf $CWD/$SRCNAM-$VERSION.tar.gz
|
||||
cd $TMP/$SRCNAM-$VERSION
|
||||
|
||||
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 \) \
|
||||
|
|
Loading…
Reference in a new issue