From 3f073658c9e8bfd85b2181b3f98e046e04cb9b81 Mon Sep 17 00:00:00 2001 From: Greg Hendershott Date: Thu, 17 Oct 2013 04:46:32 -0400 Subject: [PATCH] Specify /usr/racket install directory. Although that's the default for release builds, the nightly builds default to e.g. /usr/racket-5.90.0.9. Although that default makes sense where people are doing side-by-side installs, we're doing an install on a throw-away Travis VM. More basically, we need the build scripts to find stuff consistently in /usr/racket regardless of whether this is a release or HEAD. --- install-racket.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-racket.sh b/install-racket.sh index bdb6aff..e9aa973 100644 --- a/install-racket.sh +++ b/install-racket.sh @@ -20,7 +20,7 @@ echo "Running $INSTALL to install Racket:" chmod u+rx "$INSTALL" sudo "$INSTALL" <