From 6237f6eae79af749e2653f40f989dad7705f455c Mon Sep 17 00:00:00 2001 From: Michael Neuling Date: Tue, 21 Nov 2006 16:23:20 +1100 Subject: [PATCH 1/1] Fix sysconfdir for Debian build Signed-off-by: Jeremy Kerr --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index c0f4662..3405067 100644 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/makefile.mk -DEB_MAKE_INSTALL_TARGET = install prefix=/usr DESTDIR=$(CURDIR)/debian/tmp/ +DEB_MAKE_INSTALL_TARGET = install prefix=/usr sysconfdir=/etc \ + DESTDIR=$(CURDIR)/debian/tmp/ DEB_MAKE_CHECK_TARGET = -- 2.39.2