Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Skovhede <kenneth@hexad.dk>2016-04-26 14:27:42 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2016-04-26 14:27:42 +0300
commit484bce34646e545ef4590dcabafb48ee5eaf1127 (patch)
treea525ad7e60975bcc3442e172304886966896a460 /Installer/debian
parent9413f4f15b3455b02da3c05a24517c7281af3ac4 (diff)
Debian copies install scripts from self-folder instead of source checkout
Diffstat (limited to 'Installer/debian')
-rwxr-xr-xInstaller/debian/duplicati-make-git-snapshot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Installer/debian/duplicati-make-git-snapshot.sh b/Installer/debian/duplicati-make-git-snapshot.sh
index 9e20ae6f4..2b3cfe20d 100755
--- a/Installer/debian/duplicati-make-git-snapshot.sh
+++ b/Installer/debian/duplicati-make-git-snapshot.sh
@@ -85,7 +85,7 @@ do
done
done
-cp -R "Installer/debian/debian" .
+cp -R "../debian" .
sed -e "s;%VERSION%;$VERSION;g" -e "s;%DATE%;$DATE_STAMP;g" "../debian/changelog" > "debian/changelog"