From 3219d28e9de344378262288f10e92a6dafd97f09 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sat, 15 May 2010 16:48:04 -0400 Subject: [PATCH] repos-time-stamp -> repo-time-stamp --- collects/framework/private/frame.rkt | 2 +- collects/meta/dist-specs.rkt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/framework/private/frame.rkt b/collects/framework/private/frame.rkt index 8b1ec3bf30..f8d7ab4c2f 100644 --- a/collects/framework/private/frame.rkt +++ b/collects/framework/private/frame.rkt @@ -2412,7 +2412,7 @@ (define show-memory-text? (or (with-handlers ([exn:fail:filesystem? (λ (x) #f)]) - (directory-exists? (collection-path "repos-time-stamp"))) + (directory-exists? (collection-path "repo-time-stamp"))) (with-handlers ([exn:fail:filesystem? (λ (x) #f)]) (let ([fw (collection-path "framework")]) diff --git a/collects/meta/dist-specs.rkt b/collects/meta/dist-specs.rkt index 737a01b70a..7f5a9e84ac 100644 --- a/collects/meta/dist-specs.rkt +++ b/collects/meta/dist-specs.rkt @@ -336,7 +336,7 @@ mz-base := "/plt/readme.txt" ; generated (collects: "scheme" "s-exp" "reader") ;; include the time-stamp collection when not a public release (cond (not release) - => (- (collects: "repos-time-stamp/") + => (- (collects: "repo-time-stamp/") (cond (not dr) => (srcfile: "time-stamp.rkt")))) mz-manuals := (scribblings: "main/") ; generates main pages (next line) (doc: "license/" "release/" "acks/" "search/"