From 84bfb8611fb02148a0a44532fffd126ff9d841bf Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Wed, 12 May 2010 18:54:43 +0000 Subject: [PATCH] debian/rules: add --sysconfdir=/etc --- debian/changelog | 3 ++- debian/rules | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0935ef4..afa2ae4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,8 +10,9 @@ pcsc-lite (1.6.0-1) experimental; urgency=low . pcscd.postinst now removes the unused files instead of calling update-reader.conf. This script can be removed for squeeze+1 * debian/source/format: use "3.0 (quilt)" format + * debian/rules: add --sysconfdir=/etc - -- Ludovic Rousseau Wed, 12 May 2010 16:00:20 +0200 + -- Ludovic Rousseau Wed, 12 May 2010 20:53:41 +0200 pcsc-lite (1.5.5-3) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 2e1d0e5..bd5c08d 100755 --- a/debian/rules +++ b/debian/rules @@ -50,6 +50,7 @@ configure-stamp: ./configure $(confflags) \ --enable-confdir=/etc/reader.conf.d \ --prefix=/usr \ + --sysconfdir=/etc \ --enable-usbdropdir=/usr/lib/pcsc/drivers \ INSTALL_PROGRAM="$(INSTALL_PROGRAM)" \ CFLAGS="${CFLAGS}" \