]> git.pld-linux.org Git - packages/pcsc-lite.git/blame - pcsc-lite-fhs.patch
- distfiles don't support https, changed Source0 to http
[packages/pcsc-lite.git] / pcsc-lite-fhs.patch
CommitLineData
74a933ab
JB
1diff -Nur pcsc-lite-1.1.1.orig/DRIVERS pcsc-lite-1.1.1/DRIVERS
2--- pcsc-lite-1.1.1.orig/DRIVERS Mon Jul 1 18:28:39 2002
3+++ pcsc-lite-1.1.1/DRIVERS Tue Mar 11 10:52:56 2003
4@@ -2,18 +2,18 @@
5
6 To install drivers download the driver from http://www.linuxnet.com
7 and copy it to a temporary location. After you have unarchived the files
8-copy the directory to /usr/local/pcsc/drivers. If the directory
9-/usr/local/pcsc/drivers does not exist create it before copying the driver
10+copy the directory to /usr/lib/pcsc/drivers. If the directory
11+/usr/lib/pcsc/drivers does not exist create it before copying the driver
12 directory to it.
13
14 Example Mac OS X, Linux 2.4:
15
16 tar -xzvf driver.bundle-0.1.0.tar.gz
17-cp -r driver.bundle /usr/local/pcsc/drivers
18-cd /usr/local/pcsc/drivers/driver.bundle
19+cp -r driver.bundle /usr/lib/pcsc/drivers
20+cd /usr/lib/pcsc/drivers/driver.bundle
21 build or use Project Builder to build
22
23-The /usr/local/pcsc/drivers directory should contain bundle directories only.
24+The /usr/lib/pcsc/drivers directory should contain bundle directories only.
25 You must restart pcscd to use the new driver.
26
27
This page took 0.123295 seconds and 4 git commands to generate.