]> git.pld-linux.org Git - packages/pcsc-lite.git/blobdiff - pcsc-lite-fhs.patch
- updated to 1.4.0
[packages/pcsc-lite.git] / pcsc-lite-fhs.patch
index 686361a9c3bd82adc452085f0b446a82ca3ffdf4..ed876cb5e19764f246c44b5f6df5dc90649bee29 100644 (file)
@@ -1,27 +1,26 @@
-diff -Nur pcsc-lite-1.1.1.orig/DRIVERS pcsc-lite-1.1.1/DRIVERS
---- pcsc-lite-1.1.1.orig/DRIVERS       Mon Jul  1 18:28:39 2002
-+++ pcsc-lite-1.1.1/DRIVERS    Tue Mar 11 10:52:56 2003
+--- 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 drivers download the driver from http://www.linuxnet.com
+ 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
+-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
+-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 /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.
+-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.
  
  
This page took 0.064937 seconds and 4 git commands to generate.