svn commit: samba r13157 - in branches/SAMBA_4_0/source/script: .

jelmer at samba.org jelmer at samba.org
Thu Jan 26 08:27:49 GMT 2006


Author: jelmer
Date: 2006-01-26 08:27:48 +0000 (Thu, 26 Jan 2006)
New Revision: 13157

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13157

Log:
Fix installation of js files

Modified:
   branches/SAMBA_4_0/source/script/installmisc.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/installmisc.sh
===================================================================
--- branches/SAMBA_4_0/source/script/installmisc.sh	2006-01-26 06:35:13 UTC (rev 13156)
+++ branches/SAMBA_4_0/source/script/installmisc.sh	2006-01-26 08:27:48 UTC (rev 13157)
@@ -10,7 +10,7 @@
 
 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



More information about the samba-cvs mailing list