[pkg-opensc-commit] [libp11] 35/67: Also try to find SoftHSM2	library in /opt/local
    Eric Dorland 
    eric at moszumanska.debian.org
       
    Sat Jan 30 05:34:15 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository libp11.
commit 022dc6fec993ad4daaef2c92985ec56b39d372ca
Author: Michał Trojnara <Michal.Trojnara at stunnel.org>
Date:   Mon Jan 4 16:05:32 2016 +0100
    Also try to find SoftHSM2 library in /opt/local
---
 tests/common.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/common.sh b/tests/common.sh
index 0b3ca34..651db7c 100755
--- a/tests/common.sh
+++ b/tests/common.sh
@@ -19,7 +19,7 @@
 
 mkdir -p $outdir
 
-for i in /usr/lib64/pkcs11 /usr/lib/softhsm /usr/local/lib/softhsm /usr/lib/x86_64-linux-gnu/softhsm /usr/lib /usr/lib64/softhsm;do
+for i in /usr/lib64/pkcs11 /usr/lib/softhsm /usr/local/lib/softhsm /opt/local/lib/softhsm /usr/lib/x86_64-linux-gnu/softhsm /usr/lib /usr/lib64/softhsm;do
 	if test -f "$i/libsofthsm2.so"; then
 		ADDITIONAL_PARAM="$i/libsofthsm2.so"
 		break
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/libp11.git
    
    
More information about the pkg-opensc-commit
mailing list