16 echo Installing
$p as
$BINDIR/$p2
17 if [ -f $BINDIR/$p2 ]; then
19 mv $BINDIR/$p2 $BINDIR/$p2.old
22 chmod $INSTALLPERMS $BINDIR/$p2
24 # this is a special case, mount needs this in a specific location
25 if [ $p2 = smbmount
]; then
26 ln -sf $BINDIR/$p2 /sbin
/mount.smbfs
32 ======================================================================
33 The binaries are installed. You may restore the old binaries (if there
34 were any) using the command "make revert". You may uninstall the binaries
35 using the command "make uninstallbin" or "make uninstall" to uninstall
36 binaries, man pages and shell scripts.
37 ======================================================================