From 1f5a7bf90a9a1813d59ea203b6035661048d35c2 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 4 Mar 2008 17:22:30 +0000 Subject: [PATCH] Kathy fixed the installer for htdch svn: r8873 --- collects/htdch/idraw/info.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/htdch/idraw/info.ss b/collects/htdch/idraw/info.ss index fd781dacce..6c46e8acf7 100644 --- a/collects/htdch/idraw/info.ss +++ b/collects/htdch/idraw/info.ss @@ -2,5 +2,5 @@ (define name "Imperative Drawing") (define assume-virtual-sources #t) -;; FIXME: doing this leads to an error: (define install-collection "installer.ss") +(define install-collection "installer.ss") ;; (define pre-install-collection "pre-installer.ss")