Merge branch 'use-run-instead-of-var-run' into 'master'

Use /run instead of /var/run

See merge request debian/pcsc-lite!1
This commit is contained in:
Ludovic Rousseau 2020-01-08 21:05:16 +00:00
commit 1531d6cbd1
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -11,4 +11,4 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
dh $@
override_dh_auto_configure:
dh_auto_configure -- $(EXTRA_CONFIGURE_ARGS) --with-systemdsystemunitdir=/lib/systemd/system --enable-usbdropdir=/usr/lib/pcsc/drivers $(shell dpkg-buildflags --export=configure)
dh_auto_configure -- $(EXTRA_CONFIGURE_ARGS) --with-systemdsystemunitdir=/lib/systemd/system --enable-usbdropdir=/usr/lib/pcsc/drivers --enable-ipcdir=/run/pcscd $(shell dpkg-buildflags --export=configure)