From 2696764132aea0fe61306a3516d27241a87ade35 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 11 Jul 2005 05:43:27 +0000 Subject: r8314: - added an 'installmisc' target for installing miscellaneous files. - install our provisioning template files in lib/setup/ We need these to be installed as users may wish to re-provision after installation, or may not have the source tree (wuch as when installing from binary packages) (This used to be commit 7c2e31fd11be3ebed680a0fe08a9ff09f7b97c87) --- source4/script/installswat.sh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source4/script/installswat.sh') diff --git a/source4/script/installswat.sh b/source4/script/installswat.sh index 05245d8f06f..f3a0ceb2589 100644 --- a/source4/script/installswat.sh +++ b/source4/script/installswat.sh @@ -27,12 +27,6 @@ installdir scripting/*.ejs scripting/*.esp scripting/*.js installdir style/*.css installdir docs/*.js - -echo "Installing js libs" -cd ../source/scripting || exit 1 -mkdir -p $LIBDIR/js -cp libjs/*.js $LIBDIR/js - cat << EOF ====================================================================== The swat files have been installed. -- cgit