Add linefeed to software version.
[shibboleth/sp.git] / postinstall
index 7de6d91..194fc60 100644 (file)
@@ -12,6 +12,7 @@ CONFIGFILES=" \
     metadataError.html \
     sslError.html \
     bindingTemplate.html \
+    discoveryTemplate.html \
     localLogout.html \
     globalLogout.html \
     attribute-map.xml \
@@ -24,6 +25,9 @@ for f in $CONFIGFILES; do
     fi;
     done
 
+PATH=$PATH:/usr/local/pkg/openssl-0.9.8g/bin
+LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/pkg/openssl-0.9.8g/lib
+export PATH LD_LIBRARY_PATH
 sh ./keygen.sh -b
 
 exit 0