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.
This commit is contained in:
parent
4be2727422
commit
3f073658c9
|
@ -20,7 +20,7 @@ echo "Running $INSTALL to install Racket:"
|
||||||
chmod u+rx "$INSTALL"
|
chmod u+rx "$INSTALL"
|
||||||
sudo "$INSTALL" <<EOF
|
sudo "$INSTALL" <<EOF
|
||||||
no
|
no
|
||||||
1
|
/usr/racket
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user