X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fsp.git;a=blobdiff_plain;f=postinstall;h=790f33fda324ae32428cd76734372589a0d461ff;hp=7de6d91cb99e126cfd7c6862502d6876ccb500e5;hb=HEAD;hpb=5a6319ff56649119ea40940baa9fc75d246ad55d diff --git a/postinstall b/postinstall index 7de6d91..790f33f 100644 --- a/postinstall +++ b/postinstall @@ -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