Fix backslashes in SHIBSP_PREFIX variable by manually creating it during the script...
[shibboleth/sp.git] / postinstall
index 7de6d91..790f33f 100644 (file)
@@ -12,10 +12,12 @@ CONFIGFILES=" \
     metadataError.html \
     sslError.html \
     bindingTemplate.html \
+    discoveryTemplate.html \
     localLogout.html \
     globalLogout.html \
     attribute-map.xml \
     attribute-policy.xml \
+    example-metadata.xml \
     shibboleth2.xml"
 
 for f in $CONFIGFILES; do
@@ -24,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