On Mon, Mar 07, 2005 at 11:40:21PM +0100, Jan Nieuwenhuizen wrote: > > - -$(INSTALL) -d $(DESTDIR)$(local_lilypond_datadir)/dvips > > - (cd $(DESTDIR)$(local_lilypond_datadir)/dvips && ln -sf ../fonts/map .) > > + -$(INSTALL) -d $(local_lilypond_datadir)/dvips > > + (cd $(local_lilypond_datadir)/dvips && ln -sf ../fonts/map .) > > I don't get this. Why do you need it?
It's used during the OpenBSD fake installation -- they set up a temporary installation hierarchy and make install with, for example, DESTDIR=/usr/ports/print/lilypond/w-lilypond-2.4.5/fake-i386. This temporary hierarchy is then used to make a binary package. Without the patch, some file go to /usr/ports/..../fake-i386/usr/ports/..../fake-i386, i.e. DESTDIR seems to be allready contained in local-lilypond_datadir. Mostly harmless, but maybe other packagers have similar problems. Ciao, Kili _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel