From 667857f568eb2edc8f4672ed6dffd353afb08974 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Tue, 8 Nov 2016 19:53:08 +0100 Subject: [PATCH] debian: prefix paths debian/tmp/ to avoid confusion Without the prefix, the etc/ directory will be copied from the source directory, as opposed to the debian/tmp directory into which files were installed. --- debian/i3-wm.install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/i3-wm.install b/debian/i3-wm.install index a75e2371..bff5028c 100644 --- a/debian/i3-wm.install +++ b/debian/i3-wm.install @@ -1,2 +1,2 @@ -etc -usr +debian/tmp/etc +debian/tmp/usr