diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-01-26 08:27:48 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:51:30 -0500 |
commit | 57d079e4b2f5413a2ef0796b52dc5b5c34097a63 (patch) | |
tree | 927768390cc2a1a4592cbb288a9d245ba7d57d1f /source4/script | |
parent | 415427b12ca5658ee8a2be5b530a5304bf8f1efd (diff) | |
download | samba-57d079e4b2f5413a2ef0796b52dc5b5c34097a63.tar.gz samba-57d079e4b2f5413a2ef0796b52dc5b5c34097a63.tar.xz samba-57d079e4b2f5413a2ef0796b52dc5b5c34097a63.zip |
r13157: Fix installation of js files
(This used to be commit 2384dec6f2451d86fc4b7737b663379623ae4a5c)
Diffstat (limited to 'source4/script')
-rwxr-xr-x | source4/script/installmisc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/installmisc.sh b/source4/script/installmisc.sh index 2fa2f96f1d..082a01eee9 100755 --- a/source4/script/installmisc.sh +++ b/source4/script/installmisc.sh @@ -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 |