[1404] in testers
Re: PMAX 7.2G: /usr/lib/olc symlink
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Wed Dec 12 10:00:42 1990
Date: Wed, 12 Dec 90 10:00:18 -0500
To: lwvanels@MIT.EDU
Cc: testers@MIT.EDU
In-Reply-To: lwvanels@MIT.EDU's message of Wed, 12 Dec 90 09:40:39 -0500,
From: Richard Basch <probe@MIT.EDU>
From: lwvanels@MIT.EDU
Date: Wed, 12 Dec 90 09:40:39 -0500
Richard- you asked me to put that symlink in the olc Makefiles in bugs
[5775].
-Lucien
You might have to conditionalize on machine-type...
#if defined(ultrix)
ln -s /var/usr/lib/olc $(DESTDIR)/usr/lib/olc
#else
ln -s /site/usr/lib/olc $(DESTDIR)/usr/lib/olc
#endif
(The conditional becomes more complicated with PS/2s).
Of course, you don't really need to make the links on architectures that
won't support the server end...
-Richard