Fix backslashes in SHIBSP_PREFIX variable by manually creating it during the script...
[shibboleth/sp.git] / postinstall
index 5137447..790f33f 100644 (file)
@@ -17,6 +17,7 @@ CONFIGFILES=" \
     globalLogout.html \
     attribute-map.xml \
     attribute-policy.xml \
+    example-metadata.xml \
     shibboleth2.xml"
 
 for f in $CONFIGFILES; do
@@ -25,6 +26,9 @@ for f in $CONFIGFILES; do
     fi;
     done
 
+PATH=$PATH:/usr/local/bin
+LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
+export PATH LD_LIBRARY_PATH
 sh ./keygen.sh -b
 
 exit 0