14 for d
in $BASEDIR $BINDIR $LIBDIR $VARDIR $BASEDIR/private
; do
18 echo Failed to
make directory
$d
27 echo Installing
$p as
$BINDIR/$p2
28 if [ -f $BINDIR/$p2 ]; then
30 mv $BINDIR/$p2 $BINDIR/$p2.old
33 chmod $INSTALLPERMS $BINDIR/$p2
35 # this is a special case, mount needs this in a specific location
36 if [ $p2 = smbmount
]; then
37 ln -sf $BINDIR/$p2 /sbin
/mount.smbfs
43 ======================================================================
44 The binaries are installed. You may restore the old binaries (if there
45 were any) using the command "make revert". You may uninstall the binaries
46 using the command "make uninstallbin" or "make uninstall" to uninstall
47 binaries, man pages and shell scripts.
48 ======================================================================