13 for d
in $BASEDIR $BINDIR $LIBDIR $VARDIR; do
17 echo Failed to
make directory
$d
25 echo Installing
$p as
$BINDIR/$p
26 if [ -f $BINDIR/$p ]; then
27 mv $BINDIR/$p $BINDIR/$p.old
30 chmod $INSTALLPERMS $BINDIR/$p
35 ======================================================================
36 The binaries are installed. You may restore the old binaries (if there
37 were any) using the command "make revert". You may uninstall the binaries
38 using the command "make uninstallbin" or "make uninstall" to uninstall
39 binaries, man pages and shell scripts.
40 ======================================================================