diff options
| author | Simon Tatham <anakin@pobox.com> | 2007-02-04 13:44:38 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2007-02-04 13:44:38 +0000 |
| commit | 8df3cdf7d65db43abb6edddda93719dcfaf5869b (patch) | |
| tree | ca4ed5ea062b63d4822b68fbf994fb6405bb6c4b | |
| parent | dd1cee7537c05830475a15dd26ef8bc777738bba (diff) | |
| download | puzzles-8df3cdf7d65db43abb6edddda93719dcfaf5869b.zip puzzles-8df3cdf7d65db43abb6edddda93719dcfaf5869b.tar.gz puzzles-8df3cdf7d65db43abb6edddda93719dcfaf5869b.tar.bz2 puzzles-8df3cdf7d65db43abb6edddda93719dcfaf5869b.tar.xz | |
Looking for puzzles*.tar.gz in the right directory is liable to make
the .htaccess build work better :-)
[originally from svn r7214]
| -rw-r--r-- | Buildscr | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@ |