Bug#788493: [PATCH] point at config.debian's new location
David Loyall <[email protected]>
| Newsgroups | gmane.linux.debian.devel.debbugs |
|---|---|
| Message-ID | <CA+4fW6mDW8b7=18SYMMwM6ZhFfyKnRzK+e0MsuTRLmQ_AbX=OA__25163.2025735036$1434053374$gmane$org@mail.gmail.com> |
Package: debbugs Hi. Commit 5e1b59b490108e408e4ed574a2b910564a1dfb14 broke the build. The attached patch fixes it by altering the Makefile to point at the new location for two files. (The issue was discussed a bit on IRC yesterday.) Cheers, --Dave
0001-point-at-config.debian-s-new-location.patch
(application/octet-stream, 992 B)
From 029c1de22d9b1b9784239975be76e5dbbcae3564 Mon Sep 17 00:00:00 2001 From: Dave Loyall <[email protected]> Date: Thu, 11 Jun 2015 14:46:21 -0500 Subject: [PATCH] point at config.debian's new location --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 19a074b..b19be5d 100644 --- a/Makefile +++ b/Makefile @@ -72,8 +72,8 @@ $(var_dir)/spool/db-h $(scripts_dir) $(examples_dir) $(man8_dir); \ $(install_data) scripts/errorlib $(scripts_dir)/errorlib # install examples - $(install_data) scripts/config $(examples_dir)/config - $(install_data) scripts/config.debian $(examples_dir)/config.debian + $(install_data) examples/config $(examples_dir)/config + $(install_data) examples/config.debian $(examples_dir)/config.debian $(install_data) scripts/text $(examples_dir)/text $(install_data) debian/crontab misc/nextnumber misc/Maintainers \ misc/Maintainers.override misc/pseudo-packages.description \ -- 2.1.4