r13157: Fix installation of js files
authorJelmer Vernooij <jelmer@samba.org>
Thu, 26 Jan 2006 08:27:48 +0000 (08:27 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:51:30 +0000 (13:51 -0500)
(This used to be commit 2384dec6f2451d86fc4b7737b663379623ae4a5c)

source4/script/installmisc.sh

index 2fa2f96f1d679a97bd80c3854908f94803870170..082a01eee96d81f8bfe2d1cd28523bf524fca050 100755 (executable)
@@ -10,7 +10,7 @@ cd $SRCDIR || exit 1
 
 echo "Installing js libs"
 mkdir -p $JSDIR || exit 1
-cp scripting/libjs/*.js $JSDIR/js || exit 1
+cp scripting/libjs/*.js $JSDIR || exit 1
 
 echo "Installing setup templates"
 mkdir -p $SETUPDIR || exit 1