diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-05-27 00:45:18 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:04 -0500 |
commit | b28e017e0074c86b1d9123bcc394f07e0fb55463 (patch) | |
tree | f3ab3ebe77ffc84159d463e36fddbd54583a1bfb | |
parent | 1ddf07bd63d157bcd879f8eeb4e3d63e30a07bbb (diff) | |
download | samba-b28e017e0074c86b1d9123bcc394f07e0fb55463.tar.gz samba-b28e017e0074c86b1d9123bcc394f07e0fb55463.tar.bz2 samba-b28e017e0074c86b1d9123bcc394f07e0fb55463.zip |
r7001: make sure we install the esp files
(This used to be commit a18b069f0634079d6b8acaab1cf540184ad28801)
-rw-r--r-- | source4/script/installswat.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/script/installswat.sh b/source4/script/installswat.sh index 3d7651d470..a37a2da7e3 100644 --- a/source4/script/installswat.sh +++ b/source4/script/installswat.sh @@ -18,8 +18,9 @@ installdir() { done } -installdir . html -installdir esptest html +installdir . esp +installdir . ico +installdir esptest esp installdir images png installdir scripting ejs installdir scripting esp |