From b28e017e0074c86b1d9123bcc394f07e0fb55463 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 27 May 2005 00:45:18 +0000 Subject: r7001: make sure we install the esp files (This used to be commit a18b069f0634079d6b8acaab1cf540184ad28801) --- source4/script/installswat.sh | 5 +++-- 1 file 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 -- cgit