From 57d079e4b2f5413a2ef0796b52dc5b5c34097a63 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 26 Jan 2006 08:27:48 +0000 Subject: r13157: Fix installation of js files (This used to be commit 2384dec6f2451d86fc4b7737b663379623ae4a5c) --- source4/script/installmisc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/script') 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 -- cgit