summaryrefslogtreecommitdiff
path: root/source4/script/installswat.sh
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-05-26 02:52:05 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:02 -0500
commite8e8eab400fbc310bcf1af8dd1d5436fe9e1cac4 (patch)
treebb63692e09e9a777c129d68a0bbdd17dca58f356 /source4/script/installswat.sh
parent9f9b8aa8ea9b0d2fadaa4259c821ad9aae0af0cc (diff)
downloadsamba-e8e8eab400fbc310bcf1af8dd1d5436fe9e1cac4.tar.gz
samba-e8e8eab400fbc310bcf1af8dd1d5436fe9e1cac4.tar.bz2
samba-e8e8eab400fbc310bcf1af8dd1d5436fe9e1cac4.zip
r6986: added support for <% include("somefile.ejs") %> for including common scripts
(This used to be commit e54b31904c69b1aaad748e5be6dce1c882d02c67)
Diffstat (limited to 'source4/script/installswat.sh')
-rw-r--r--source4/script/installswat.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/script/installswat.sh b/source4/script/installswat.sh
index dbf0e7351f..3e6e104d03 100644
--- a/source4/script/installswat.sh
+++ b/source4/script/installswat.sh
@@ -18,9 +18,9 @@ installdir() {
done
}
-installdir html html
-installdir html/esptest html
-installdir html/images png
+installdir . html
+installdir esptest html
+installdir images png
installdir scripting ejs
cat << EOF