]> git.pld-linux.org Git - packages/pcsc-lite.git/blob - pcsc-lite-fhs.patch
- sorted BRs
[packages/pcsc-lite.git] / pcsc-lite-fhs.patch
1 --- pcsc-lite-1.2.9-beta5/DRIVERS.orig  2004-05-14 09:01:00.000000000 +0200
2 +++ pcsc-lite-1.2.9-beta5/DRIVERS       2004-07-30 16:48:19.000000000 +0200
3 @@ -2,18 +2,18 @@
4  
5  To install USB drivers, download the driver from http://www.linuxnet.com/
6  and copy it to a temporary location.  After you have unarchived the files
7 -copy the directory to /usr/local/pcsc/drivers/.  If the directory
8 -/usr/local/pcsc/drivers/ does not exist create it before copying the driver
9 +copy the directory to /usr/lib*/pcsc/drivers/.  If the directory
10 +/usr/lib*/pcsc/drivers/ does not exist create it before copying the driver
11  directory to it.
12  
13  Example Mac OS X, Linux 2.4:
14  
15  tar -xzvf driver.bundle-0.1.0.tar.gz
16 -cp -r driver.bundle /usr/local/pcsc/drivers/
17 -cd /usr/local/pcsc/drivers/driver.bundle
18 +cp -r driver.bundle /usr/lib*/pcsc/drivers/
19 +cd /usr/lib*/pcsc/drivers/driver.bundle
20  build or use Project Builder to build
21  
22 -The /usr/local/pcsc/drivers/ directory should contain bundle directories only.
23 +The /usr/lib*/pcsc/drivers/ directory should contain bundle directories only.
24  You must restart pcscd to use the new driver.
25  
26  
This page took 0.068157 seconds and 3 git commands to generate.