From e924bb2ec29340c4794d164c343bfc3738515923 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 22 Apr 2020 20:08:47 +0300 Subject: [PATCH] kiss: More portable cp flags --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index b93a628..2248bac 100755 --- a/kiss +++ b/kiss @@ -891,7 +891,7 @@ pkg_etc() { ;; esac - cp -af "$file" "$KISS_ROOT/${file}${new}" + cp -fPp "$file" "$KISS_ROOT/${file}${new}" chown root:root "$KISS_ROOT/${file}${new}" 2>/dev/null done) ||: }