From: simon Date: Sun, 4 Feb 2007 13:44:38 +0000 (+0000) Subject: Looking for puzzles*.tar.gz in the right directory is liable to make X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/commitdiff_plain/0c315fc3a4fa87ed920c3d9ad3a3ecd1f1b5b8d2 Looking for puzzles*.tar.gz in the right directory is liable to make the .htaccess build work better :-) git-svn-id: svn://svn.tartarus.org/sgt/puzzles@7214 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/Buildscr b/Buildscr index 5c555ae..033ece4 100644 --- a/Buildscr +++ b/Buildscr @@ -59,7 +59,7 @@ in puzzles do ./makedist.sh $(revision) in puzzles do echo "AddType application/octet-stream .chm" > .htaccess in puzzles do echo "AddType application/octet-stream .hlp" >> .htaccess in puzzles do echo "AddType application/octet-stream .cnt" >> .htaccess -in puzzles do set -- puzzles*.tar.gz; echo RedirectMatch temp '(.*/)'puzzles.tar.gz '$$1'"$$1" >> .htaccess +in . do set -- puzzles*.tar.gz; echo RedirectMatch temp '(.*/)'puzzles.tar.gz '$$1'"$$1" >> puzzles/.htaccess # Phew, we're done. Deliver everything! deliver puzzles/icons/*-web.png $@