diff options
author | Tim Potter <tpot@samba.org> | 2005-07-13 00:43:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:22:58 -0500 |
commit | b4f6a348bb512071af685f4c9e0fe86f6eb81a75 (patch) | |
tree | 58498dcc3f14043e13afc47f90a3fe43379d54f9 /source4/script | |
parent | 54433c747ad771340cd4ac2cf22bbfba69c9ab02 (diff) | |
download | samba-b4f6a348bb512071af685f4c9e0fe86f6eb81a75.tar.gz samba-b4f6a348bb512071af685f4c9e0fe86f6eb81a75.tar.bz2 samba-b4f6a348bb512071af685f4c9e0fe86f6eb81a75.zip |
r8403: Reinstate linkpad.gif at Deryck's suggestion.
Install *.gif from swat/images when installing swat.
(This used to be commit 156e090c2c0ec2c7bdf66405c3742839b82fe757)
Diffstat (limited to 'source4/script')
-rw-r--r-- | source4/script/installswat.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/installswat.sh b/source4/script/installswat.sh index f3a0ceb258..8244abb804 100644 --- a/source4/script/installswat.sh +++ b/source4/script/installswat.sh @@ -22,7 +22,7 @@ installdir() { installdir *.esp installdir esptest/*.esp esptest/*.js -installdir images/*.png images/*.ico +installdir images/*.png images/*.ico images/*.gif installdir scripting/*.ejs scripting/*.esp scripting/*.js installdir style/*.css installdir docs/*.js |