From: Michael Neuling Date: Tue, 21 Nov 2006 05:23:20 +0000 (+1100) Subject: Fix sysconfdir for Debian build X-Git-Url: https://git.ozlabs.org/?p=bitfield;a=commitdiff_plain;h=6237f6eae79af749e2653f40f989dad7705f455c;hp=cef5dceb1252128844bcf0c7039d378a7d635714 Fix sysconfdir for Debian build Signed-off-by: Jeremy Kerr --- 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 =