5 prefix
=`echo $3 | sed 's/\/\//\//g'`
6 BINDIR
=`echo $4 | sed 's/\/\//\//g'`
15 echo "Installing $p as $DESTDIR/$BINDIR/$p2 "
16 if [ -f $DESTDIR/$BINDIR/$p2 ]; then
17 rm -f $DESTDIR/$BINDIR/$p2.old
18 mv $DESTDIR/$BINDIR/$p2 $DESTDIR/$BINDIR/$p2.old
20 cp $p $DESTDIR/$BINDIR/
21 chmod $INSTALLPERMS $DESTDIR/$BINDIR/$p2
26 ======================================================================
27 The binaries are installed. You may restore the old binaries (if there
28 were any) using the command "make revert". You may uninstall the binaries
29 using the command "make uninstallbin" or "make uninstall" to uninstall
30 binaries, man pages and shell scripts.
31 ======================================================================