kiss: look in /

This commit is contained in:
Dylan Araps 2020-04-25 14:01:05 +03:00
parent 1b30642474
commit da605670e0
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -832,7 +832,7 @@ pkg_install_files() {
*) test "$1" "$line" ||
if [ -L "$2/$line" ]; then
[ -d "$2/$line" ] && continue
[ -d "$line" ] && continue
cp -fPp "$2/$line" "${line%/*}"
chown -h root:root "$line"