diff --git a/collects/planet/util.ss b/collects/planet/util.ss index e060acb91a..0da9c6a3a4 100644 --- a/collects/planet/util.ss +++ b/collects/planet/util.ss @@ -61,7 +61,7 @@ ;; remove-infodomain-entries : path -> void (define (remove-infodomain-entries path) (let* ([pathbytes (path->bytes path)] - [cache-file (build-path (find-system-path 'addon-dir) "cache.ss")] + [cache-file (build-path (PLANET-DIR) "cache.ss")] [cache-lines (with-input-from-file cache-file read)]) (with-output-to-file cache-file (lambda ()