mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/amazon-corretto: 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
aeab58a454
commit
90b9a92c51
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ cd $PKG
|
|||
mkdir -p usr/lib${LIBDIRSUFFIX}
|
||||
cd usr/lib${LIBDIRSUFFIX}
|
||||
tar xvf $CWD/$PRGNAM-$VERSION-linux-$SRC_ARCH.tar.gz
|
||||
chown -R root.root $PKG
|
||||
chown -R root:root $PKG
|
||||
find $PKG \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \+ -o \
|
||||
|
|
Loading…
Reference in a new issue