Paul Jimenez <pj at place.org> wrote: > --- 140,150 ---- > if test -n "$BINDIR"; then > echo "Making symlinks in $BINDIR" > for program in freenet_server freenet_insert freenet_request; do > ! if test -e "$BINDIR/$program" ; then > ! echo " $BINDIR/$program alreay exists; skipping." > ! else > ! ln -s $INSTALLDIR/bin/$program $BINDIR/ > ! fi > done > fi
fixed - thanks. theo _______________________________________________ Freenet-dev mailing list Freenet-dev at lists.sourceforge.net http://lists.sourceforge.net/mailman/listinfo/freenet-dev
