Re: [java-gnome-hackers] symlink
Brought to you by:
afcowie
From: Luca De R. <pie...@li...> - 2004-01-05 23:43:56
|
Il lun, 2004-01-05 alle 23:12, Mark Howard ha scritto: > I think it's only a minor bug so we can wait two weeks. We should > backport this (and any others?) to 0.8 though and release 0.8.3. > > On Mon, Jan 05, 2004 at 01:51:40PM -0500, Jeffrey Morgan wrote: > > Is this correct or should it read: > > > > ln -s > > $(DESTDIR)$(libdir)/libgtkjava$(gtkapiversion).so.$(gtkversion) > > $(DESTDIR)$(libdir)/libgtkjava$(gtkapiversion).so > I really should check things more before sending them. > > It should read: > > ln -s libgtkjava$(gtkapiversion).so.$(gtkversion) $(DESTDIR)$(libdir)/libgtkjava$(gtkapiversion).so > > (This creates a relative link, so the entire directory can be moved if > wanted without messing up the links) > > One other thing I was going to propose: > I think we should add > -rm $(DESTDIR)$(libdir)/libgtkjava$(gtkapiversion).so > before *all* ln lines. > When people install, they expect the new installation to be > automatically made the default. > Any objections to this? It's ok for me, I've always hated when I had to move links from older to newer version. -- Luca De Rugeriis <pie...@li...> |