system/ccrypt: 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:
Robby Workman 2024-07-14 13:41:35 -05:00 committed by Willy Sudiarto Raharjo
parent cac53d5302
commit 90b83f1d7d
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -76,7 +76,7 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP cd $TMP
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION cd $PRGNAM-$VERSION
chown -R root.root . chown -R root:root .
find -L . \ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \+ -o \ -exec chmod 755 {} \+ -o \