[SCM] Samba Shared Repository - branch master updated - 13c44dec5445d43d1a0c8625523896837374c06e

Jelmer Vernooij jelmer at samba.org
Sun Sep 21 13:08:47 GMT 2008


The branch, master has been updated
       via  13c44dec5445d43d1a0c8625523896837374c06e (commit)
      from  8fd66feb88f2756dd8b4b3d586178eac746cfa1e (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 13c44dec5445d43d1a0c8625523896837374c06e
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sun Sep 21 15:08:16 2008 +0200

    Stop installing JS libraries.

-----------------------------------------------------------------------

Summary of changes:
 source4/script/installmisc.sh |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/script/installmisc.sh b/source4/script/installmisc.sh
index 5f7e11f..eb34730 100755
--- a/source4/script/installmisc.sh
+++ b/source4/script/installmisc.sh
@@ -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


-- 
Samba Shared Repository


More information about the samba-cvs mailing list