X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=dependencies%2Flog4cpp%2Fpostinstall;h=9859a01e2943e2484b2ee116dea48d79a94bf421;hb=7e481b257c5c0324e2a71b804f8ad181cf55c9a7;hp=8ee5cb7ed4c45785100d6934f66a5e335c4c23e4;hpb=e3947acfdaeedc3b2638124e4ffefa7e7415d8cc;p=shibboleth%2Fxmltooling.git diff --git a/dependencies/log4cpp/postinstall b/dependencies/log4cpp/postinstall index 8ee5cb7..9859a01 100644 --- a/dependencies/log4cpp/postinstall +++ b/dependencies/log4cpp/postinstall @@ -1,8 +1,8 @@ #!/bin/sh cd ${CLIENT_BASEDIR}/bin -sed "s|^ prefix=.*| prefix=${CLIENT_BASEDIR}|1" log4cpp-config > log4cpp-config.tmp -mv log4cpp-config.tmp log4cpp-config -chmod 755 log4cpp-config +sed "s|^ prefix=.*| prefix=${CLIENT_BASEDIR}|1" log4shib-config > log4shib-config.tmp +mv log4shib-config.tmp log4shib-config +chmod 755 log4shib-config exit 0