--- pcsc-lite-1.2.9-beta5/DRIVERS.orig 2004-05-14 09:01:00.000000000 +0200 +++ pcsc-lite-1.2.9-beta5/DRIVERS 2004-07-30 16:48:19.000000000 +0200 @@ -2,18 +2,18 @@ To install USB drivers, download the driver from http://www.linuxnet.com/ and copy it to a temporary location. After you have unarchived the files -copy the directory to /usr/local/pcsc/drivers/. If the directory -/usr/local/pcsc/drivers/ does not exist create it before copying the driver +copy the directory to /usr/lib*/pcsc/drivers/. If the directory +/usr/lib*/pcsc/drivers/ does not exist create it before copying the driver directory to it. Example Mac OS X, Linux 2.4: tar -xzvf driver.bundle-0.1.0.tar.gz -cp -r driver.bundle /usr/local/pcsc/drivers/ -cd /usr/local/pcsc/drivers/driver.bundle +cp -r driver.bundle /usr/lib*/pcsc/drivers/ +cd /usr/lib*/pcsc/drivers/driver.bundle build or use Project Builder to build -The /usr/local/pcsc/drivers/ directory should contain bundle directories only. +The /usr/lib*/pcsc/drivers/ directory should contain bundle directories only. You must restart pcscd to use the new driver.