diff options
Diffstat (limited to 'source4')
-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 |