#!/bin/sh echo "********************************************************" echo "* Insert the root dir \$root *" echo "* Files will be installed in \$root/local/lib/helm and *" echo "* in \$root/local/lib/etc/helm/ *" echo "********************************************************" echo -n "\$root=" read ROOT echo cp local/lib/helm/configuration.pl $ROOT/local/lib/helm/ cp local/lib/helm/configuration.pl $ROOT/local/lib/helm/ echo cp local/etc/helm/configuration.xml $ROOT/local/etc/helm/ cp local/etc/helm/configuration.xml $ROOT/local/etc/helm/ echo cp local/etc/helm/configuration.dtd $ROOT/local/etc/helm/ cp local/etc/helm/configuration.dtd $ROOT/local/etc/helm/