system/zoxide: Fix chown line.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2022-08-13 14:51:33 +09:00 committed by Willy Sudiarto Raharjo
parent e1ac15c926
commit df6977be72
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=zoxide
VERSION=${VERSION:-0.8.2}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -132,7 +132,7 @@ mkdir vendor
sed -i '/strip =/d' Cargo.toml
sed -i 's/rust-version = "1.59"/rust-version = "1.58"/' Cargo.toml
# 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 \