From b06e4d40b28298edf788d927c2d2ea8f198d5a69 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Fri, 28 Apr 2006 18:09:17 +0000 Subject: [PATCH] typo svn: r2841 --- collects/mysterx/installer.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/mysterx/installer.ss b/collects/mysterx/installer.ss index 9ede7fe91d..84032c8928 100644 --- a/collects/mysterx/installer.ss +++ b/collects/mysterx/installer.ss @@ -3,7 +3,7 @@ (provide post-installer) (define (post-installer plt-home) (define (make-dll-path . more) - (apply build-path plt-home "lib")) + (apply build-path plt-home "lib" more)) (define (warn fmt . args) (apply fprintf (current-error-port) fmt args)) (let* ([dlls '("myspage.dll" "myssink.dll")] [dll-paths (map make-dll-path dlls)]