|
Setting CDIR to the directory containing install.sh makes it possible to
run it as install/install.sh from the top-level directory.
Calling readlink -f on it makes sure one gets the canonical location, so
that cd-ing to various places doesn't interfere with finding appropriate
files (relatively to CDIR) afterwards.
|