Stop installing JS libraries.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 21 Sep 2008 13:08:16 +0000 (15:08 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 21 Sep 2008 13:08:16 +0000 (15:08 +0200)
source4/script/installmisc.sh

index 5f7e11f083760abedeade70f9c5ef53606e1bd31..eb347307ba05db731a1474533eff44031c9757c6 100755 (executable)
@@ -2,16 +2,11 @@
 # install miscellaneous files
 
 SRCDIR="$1"
-JSDIR="$2"
-SETUPDIR="$3"
-BINDIR="$4"
+SETUPDIR="$2"
+BINDIR="$3"
 
 cd $SRCDIR || exit 1
 
-echo "Installing js libs"
-mkdir -p $JSDIR || exit 1
-cp scripting/libjs/*.js $JSDIR || exit 1
-
 echo "Installing setup templates"
 mkdir -p $SETUPDIR || exit 1
 cp setup/schema-map-* $SETUPDIR || exit 1