Skip to content

Commit

Permalink
Also try to find SoftHSM2 library in /opt/local
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrojnar committed Jan 4, 2016
1 parent 64a71fd commit 022dc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 022dc6f

Please sign in to comment.