···2233# this is where this script will store downloaded files and check for already
44# downloaded files
55-dlwhere="/usr/tmp/rbdev-dl"
55+dlwhere="/tmp/rbdev-dl"
6677# will append the target string to the prefix dir mentioned here
88# Note that the user running this script must be able to do make install in
···12121313# This directory is used to extract all files and to build everything in. It
1414# must not exist before this script is invoked (as a security measure).
1515-builddir="/usr/tmp/rbdev-build"
1515+builddir="/tmp/rbdev-build"
16161717# This script needs to use GNU Make. On Linux systems, GNU Make is invoked
1818# by running the "make" command, on most BSD systems, GNU Make is invoked