From b47569930e393c8aef56b12c869da5ba08b5b1f1 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Wed, 2 Jun 2010 10:07:57 -0400 Subject: [PATCH] Fix readme.txt -> README in unix installer --- collects/setup/unixstyle-install.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/setup/unixstyle-install.rkt b/collects/setup/unixstyle-install.rkt index 0772afc224..e21c049b13 100644 --- a/collects/setup/unixstyle-install.rkt +++ b/collects/setup/unixstyle-install.rkt @@ -58,7 +58,7 @@ [(lib) 1] [(man) #f] [(src) 1] - [(readme.txt) #f] ; moved last + [(README) #f] ; moved last [else (error 'level-of "internal-error -- unknown dir: ~e" dir)]))) (define (make-path . args) ; like build-path but returns a string