From 3619b5b2d83a3c549c10edc157585528a0ff9f8c Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Tue, 25 May 2010 15:42:11 -0600 Subject: [PATCH] Fixing typo --- collects/meta/drdr/config.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/meta/drdr/config.ss b/collects/meta/drdr/config.ss index ab7381e6f5..29472cff29 100644 --- a/collects/meta/drdr/config.ss +++ b/collects/meta/drdr/config.ss @@ -9,7 +9,7 @@ (drdr-directory "/opt/svn/drdr") (git-path "/usr/bin/git") (Xvfb-path "/usr/bin/Xvfb") -(fluxbox-path "/usr/bin/fluxbox")) +(fluxbox-path "/usr/bin/fluxbox") (current-make-install-timeout-seconds (* 90 60)) (current-make-timeout-seconds (* 90 60)) (current-subprocess-timeout-seconds 90)