summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorOve Kaaven <ovek@arcticnet.no>2009-12-23 10:26:18 +0100
committerPatrick Ohly <patrick.ohly@intel.com>2010-01-22 18:00:49 +0100
commitbedc71118350d5d8f5a7955fe75163730a1d2412 (patch)
treea0c17621fdff4b2c52f515db5d41c8aaa431ffc2 /debian
parent7005244a12c9dfd778dd11af8d0985df5f8ae306 (diff)
Set sysconfdir.
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 6a30aaef..5621cd86 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,7 +44,9 @@ config.status: configure
# --enable-shared added to build SyncEvolution backends as modules,
# which is more flexible but not the default because it requires a
# specific installation layout.
- ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) $(CONFIGURE_FLAGS) --prefix=/usr --docdir=/usr/lib/syncevolution/doc --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+ ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) $(CONFIGURE_FLAGS) \
+ --prefix=/usr --docdir=/usr/lib/syncevolution/doc --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \
+ --sysconfdir=/etc
# fix place of \$compiler_flags in -shared build line: our -Wl,--as-needed has
# no effect if it comes after the libs, which is where libtool 1.5.24 puts it
# normally