debian/rules: add --sysconfdir=/etc

This commit is contained in:
Ludovic Rousseau 2010-05-12 18:54:43 +00:00
parent 476a777f21
commit 84bfb8611f
2 changed files with 3 additions and 1 deletions

3
debian/changelog vendored
View File

@ -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 <rousseau@debian.org> Wed, 12 May 2010 16:00:20 +0200
-- Ludovic Rousseau <rousseau@debian.org> Wed, 12 May 2010 20:53:41 +0200
pcsc-lite (1.5.5-3) unstable; urgency=low

1
debian/rules vendored
View File

@ -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}" \