[5775] in Athena Bugs
Re: [lwvanels@MIT.EDU: What needs to be done in a mkserv olc]
daemon@ATHENA.MIT.EDU (Richard Basch)
Mon Aug 20 00:46:13 1990
Date: Mon, 20 Aug 90 00:45:55 -0400
To: Richard Basch <probe@MIT.EDU>
Cc: bugs@MIT.EDU, lwvanels@MIT.EDU, vanharen@MIT.EDU
In-Reply-To: Richard Basch's message of Sun, 19 Aug 90 20:26:16 -0400,
From: Richard Basch <probe@MIT.EDU>
Create these symlinks:
ln -s /site/usr/lib/olc /usr/lib/olc
Can this be done in the olc installation Imakefile?
ie. have something like:
install::
...
rm -f $(DESTDIR)/usr/lib/olc
ln -s /site/usr/lib/olc $(DESTDIR)/usr/lib/olc
...
(it would certainly simplify things if it were done in the olc install).
-Richard