From bcf478ba67d63ffafb9ff756b6a91a898625ec00 Mon Sep 17 00:00:00 2001 From: "M. Liebmann" Date: Sun, 29 Jan 2017 04:29:47 +0100 Subject: [PATCH] install.sh: Preserve symlinks at update --- data/scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/scripts/install.sh b/data/scripts/install.sh index 1e3dcb8ec..26238fa8a 100755 --- a/data/scripts/install.sh +++ b/data/scripts/install.sh @@ -21,7 +21,7 @@ update_file() fi echo "update $FILE_IMAGE" rm -f $FILE_IMAGE - cp $FILE_NEW $FILE_IMAGE + cp -d $FILE_NEW $FILE_IMAGE fi }