From 3cfa7764969832f376781f92f7000cf59512857a Mon Sep 17 00:00:00 2001 From: BlubbFish Date: Wed, 2 Jun 2021 23:02:42 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Edeb/build-deb.sh=E2=80=9C=20=C3=A4nder?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deb/build-deb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deb/build-deb.sh b/deb/build-deb.sh index 03c64c6..3db32b8 100644 --- a/deb/build-deb.sh +++ b/deb/build-deb.sh @@ -40,7 +40,7 @@ cp "service-$NAME" "$SYSTEMD/$NAME.service" echo "6. Copy programm files to $EXEC." -cp -tr $EXEC/ $COPYEXEC +cp -r -t $EXEC/ $COPYEXEC echo "7. Copy example-conf to $SHARE/etc."