From f7ff574ba80c140d73cc59165da03357d6281647 Mon Sep 17 00:00:00 2001 From: Adam Heath Date: Fri, 5 Jul 2002 02:41:20 +0000 Subject: [PATCH] Install deselect.conffiles into tmp/dselect, not tmp/dpkg. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index a9e350bb..d54d1fbd 100755 --- a/debian/rules +++ b/debian/rules @@ -268,7 +268,7 @@ binary-dselect: stamp-binary # Final package creation install -d -m 755 -o root -g root $(TMP_DSELECT)/DEBIAN - install -p -m 644 -o root -g root debian/dselect.conffiles $(TMP_DPKG)/DEBIAN/conffiles + install -p -m 644 -o root -g root debian/dselect.conffiles $(TMP_DSELECT)/DEBIAN/conffiles install -p -m 644 -o root -g root debian/dselect.conffiles $(TMP_DSELECT)/DEBIAN/prerm install -p -m 755 -o root -g root debian/dselect.prerm $(TMP_DSELECT)/DEBIAN/prerm install -p -m 755 -o root -g root debian/dselect.postinst $(TMP_DSELECT)/DEBIAN/postinst -- 2.39.5