X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fxmltooling.git;a=blobdiff_plain;f=postinstall;h=6301db66c917698ebbf415db3e1489f0bf8e1224;hp=321de709b58fc307ce53296864495ca22a2ee4be;hb=a5c0a8abd7de47e3da73eff252fba3fef7e1d7ce;hpb=5cfd212d12ce4d53bab46fe993bfa72def21e5c1 diff --git a/postinstall b/postinstall index 321de70..6301db6 100644 --- a/postinstall +++ b/postinstall @@ -1,9 +1,9 @@ -#!/bin/sh - -cd ${CLIENT_BASEDIR}/share/xml/xmltooling - -sed "s|uri=\".*${CLIENT_BASEDIR}|uri=\"${CLIENT_BASEDIR}|1" catalog.xml > catalog.xml.tmp -mv catalog.xml.tmp catalog.xml -chmod 644 catalog.xml - -exit 0 +#!/bin/sh + +cd ${CLIENT_BASEDIR}/share/xml/xmltooling + +sed "s|uri=\".*${CLIENT_BASEDIR}|uri=\"${CLIENT_BASEDIR}|1" catalog.xml > catalog.xml.tmp +mv catalog.xml.tmp catalog.xml +chmod 644 catalog.xml + +exit 0