Browse Source

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
rocklinux
Rene Rebe 21 years ago
parent
commit
3824de817c
2 changed files with 3 additions and 2 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +2
    -2
      package/tibit/pcsc-lite/pcsc-lite.conf

+ 1
- 0
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)

+ 2
- 2
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"

Loading…
Cancel
Save