1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-07-02 14:02:26 +00:00

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

2
kiss
View File

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