From: octo Date: Sat, 28 Jan 2006 10:52:33 +0000 (+0000) Subject: Added `--sysconfdir=/etc' to `debian/rules'.. X-Git-Tag: collectd-3.7.0~18 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2e58a8e03812e440f654199bb46c7838214888db;p=collectd.git Added `--sysconfdir=/etc' to `debian/rules'.. --- diff --git a/debian/rules b/debian/rules index 42dc7906..d64075d7 100755 --- a/debian/rules +++ b/debian/rules @@ -29,8 +29,9 @@ endif config.status: configure dh_testdir # Add here commands to configure the package. - CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --localstatedir=/var - + CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ + --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \ + --localstatedir=/var --sysconfdir=/etc build: build-stamp