Date: Wed, 13 Sep 1995 18:09:25 -0700 From: "Jordan K. Hubbard" <jkh@time.cdrom.com> To: "Jonathan M. Bresler" <jmb@kryten.atinc.com> Cc: current@freebsd.org Subject: Re: -stable: *** Error code ONLY one Message-ID: <11820.811040965@time.cdrom.com> In-Reply-To: Your message of "Wed, 13 Sep 1995 20:52:49 EDT." <Pine.3.89.9509132002.E7666-0100000@kryten.atinc.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> diff for Makefile:
>
> *** Makefile.old Wed Sep 13 20:54:55 1995
> --- Makefile Wed Sep 13 20:54:48 1995
> ***************
> *** 4,9 ****
> --- 4,10 ----
> MAN8= rmt.8
>
> beforeinstall:
> + rm -f ${DESTDIR}/etc/rmt
> -ln -s ${BINDIR}/rmt ${DESTDIR}/etc/rmt
Why not simply:
ln -fs ${BINDIR}/rmt ${DESTDIR}/etc/rmt
And skip the rm?
Jordan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?11820.811040965>
