# substitute the build path with the install path while read src dst do sed -e "s#@CLIENT_BASEDIR@#$CLIENT_BASEDIR#g" $src > $dst || exit 2 # removef $PKGINST $dst # installf -c rename $PKGINST $dst done #if [ "$1" = ENDOFCLASS ]; then # removef -f -c rename $PKGINST # installf -f -c rename $PKGINST #fi exit 0