소스 검색

Use the PATH to find the xmlsec1 binary

Erick Tryzelaar 11 년 전
부모
커밋
932d568
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      desktop/libs/libsaml/src/libsaml/conf.py

+ 1 - 1
desktop/libs/libsaml/src/libsaml/conf.py

@@ -40,7 +40,7 @@ def xmlsec():
   xmlsec path
   """
   if get_xmlsec_binary:
-    return get_xmlsec_binary(['/usr/bin', '/usr/local/bin', '/opt/local/bin'])
+    return get_xmlsec_binary()
   else:
     return '/usr/local/bin/xmlsec1'