blob: 83485ce56a608d2d5964e596ffa4248f1be33160 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$FreeBSD$
--- ../../j2se/src/solaris/classes/sun/security/smartcardio/PlatformPCSC.java.orig Sun Jul 29 23:03:30 2007
+++ ../../j2se/src/solaris/classes/sun/security/smartcardio/PlatformPCSC.java Sun Jul 29 23:03:30 2007
@@ -32,7 +32,7 @@
private final static String PROP_NAME = "sun.security.smartcardio.library";
private final static String LIB1 = "/usr/$LIBISA/libpcsclite.so";
- private final static String LIB2 = "/usr/local/$LIBISA/libpcsclite.so";
+ private final static String LIB2 = "%%LOCALBASE%%/$LIBISA/libpcsclite.so";
PlatformPCSC() {
// empty
|