shithub: puzzles

Download patch

ref: 8df3cdf7d65db43abb6edddda93719dcfaf5869b
parent: dd1cee7537c05830475a15dd26ef8bc777738bba
author: Simon Tatham <[email protected]>
date: Sun Feb 4 08:44:38 EST 2007

Looking for puzzles*.tar.gz in the right directory is liable to make
the .htaccess build work better :-)

[originally from svn r7214]

--- a/Buildscr
+++ b/Buildscr
@@ -59,7 +59,7 @@
 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 $@