#!/bin/sh
s=`head -n 1 conf-sp_root`
h=`head -n 1 conf-home`
n=`head -n 1 conf-name`
v=`head -n 1 conf-version`
exec sed s\|\\\$SP_ROOT\|$s\|g\;s\|\\\$PACKAGE_HOME\|$h\|g\;s\|\\\$PACKAGE_NAME\|$n\|g\;s\|\\\$PACKAGE_VERSION\|$v\|g
