]> git.pld-linux.org Git - packages/pcsc-lite.git/blob - pcsc-lite-fhs.patch
- updated to 1.8.23; uses libsystemd now
[packages/pcsc-lite.git] / pcsc-lite-fhs.patch
1 --- pcsc-lite-1.8.11/DRIVERS.orig       2014-03-07 21:54:54.054804707 +0100
2 +++ pcsc-lite-1.8.11/DRIVERS    2014-03-07 21:59:19.138126916 +0100
3 @@ -3,17 +3,17 @@
4  To install USB drivers, download the driver from
5  http://musclecard.com/software.html and copy it to a temporary location.
6  After you have unarchived the files copy the directory to
7 -/usr/local/pcsc/drivers/.  If the directory /usr/local/pcsc/drivers/
8 +/usr/lib*/pcsc/drivers/.  If the directory /usr/lib*/pcsc/drivers/
9  does not exist create it before copying the driver directory to it.
10  
11  Example Mac OS X, Linux 2.4:
12  
13  tar -xzvf driver.bundle-0.1.0.tar.gz
14 -cp -r driver.bundle /usr/local/pcsc/drivers/
15 -cd /usr/local/pcsc/drivers/driver.bundle
16 +cp -r driver.bundle /usr/lib*/pcsc/drivers/
17 +cd /usr/lib*/pcsc/drivers/driver.bundle
18  build or use Project Builder to build
19  
20 -The /usr/local/pcsc/drivers/ directory should contain bundle directories only.
21 +The /usr/lib*/pcsc/drivers/ directory should contain bundle directories only.
22  You must restart pcscd to use the new driver.
23  
24  
This page took 0.033641 seconds and 3 git commands to generate.