diff options
Diffstat (limited to 'system/pcsc-lite/docs-DRIVERS.diff')
-rw-r--r-- | system/pcsc-lite/docs-DRIVERS.diff | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/system/pcsc-lite/docs-DRIVERS.diff b/system/pcsc-lite/docs-DRIVERS.diff index dbe48cc2ce..821b649c21 100644 --- a/system/pcsc-lite/docs-DRIVERS.diff +++ b/system/pcsc-lite/docs-DRIVERS.diff @@ -6,8 +6,8 @@ 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 ++copy the directory to <libdir>/pcsc/drivers/. If the directory ++<libdir>/pcsc/drivers/ does not exist create it before copying the driver directory to it. Example Mac OS X, Linux 2.4: @@ -15,12 +15,12 @@ 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 ++cp -r driver.bundle <libdir>/pcsc/drivers/ ++cd <libdir>/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. ++The <libdir>/pcsc/drivers/ directory should contain bundle directories only. You must restart pcscd to use the new driver. |