From 3824de817c5abbf9059da678af46169ad5355f22 Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Mon, 8 Sep 2003 03:59:26 +0000 Subject: [PATCH] fixed pcse-lite to not install a /usr/local file (+cleanups) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1338 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- Documentation/Developers/CHANGELOG-RENE | 1 + package/tibit/pcsc-lite/pcsc-lite.conf | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/Developers/CHANGELOG-RENE b/Documentation/Developers/CHANGELOG-RENE index c0605c4a5..3c9ce85eb 100644 --- a/Documentation/Developers/CHANGELOG-RENE +++ b/Documentation/Developers/CHANGELOG-RENE @@ -11,6 +11,7 @@ the /boot directory content from the bootdisk (on PowerPC the 2nd stage increased to over 64MB ...) - mp3info: removed gcc33 patch (does not apply) and cleanups + - fixed pcse-lite to not create a /usr/local file (+ some cleanups) *) 2003-09-06 (2.0.0-rc1 - 2.0.0-rc2) diff --git a/package/tibit/pcsc-lite/pcsc-lite.conf b/package/tibit/pcsc-lite/pcsc-lite.conf index efa3581ce..42dc692e7 100644 --- a/package/tibit/pcsc-lite/pcsc-lite.conf +++ b/package/tibit/pcsc-lite/pcsc-lite.conf @@ -21,7 +21,7 @@ # --- ROCK-COPYRIGHT-NOTE-END --- post_pcsc() { - mkdir -p /usr/local/pcsc/drivers + # mkdir -p /usr/local/pcsc/drivers cat << EOT > /etc/devfsd.d/pcsc # Let's assume in the default config that every tts is a pcsc device. @@ -34,5 +34,5 @@ EOT install_init pcscd $confdir/pcscd.init } -postmake="post_pcsc" +hookadd postmake 3 "post_pcsc"