]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/configuration/install
xaland-uwobo created
[helm.git] / helm / configuration / install
index 5b19af19da846605db98fe2830b5b0c0ee79914a..f84b12cb31f58f6733e5067aec9ba1d8ddd4a166 100755 (executable)
@@ -6,13 +6,14 @@ echo "* Files will be installed in \$root/local/lib/helm and *"
 echo "* in \$root/local/lib/etc/helm/                        *"
 echo "********************************************************"
 echo -n "\$root="
-read ROOT "buondi"
+read ROOT
+
+mkdir -p $ROOT/local/lib/helm
+mkdir -p $ROOT/local/etc/helm
 
 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/* $ROOT/local/etc/helm/
+cp local/etc/helm/* $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/