[DVDnav-discuss] Fwd: [PATCH] destdir handling fix

Nico Sabbi Nicola.Sabbi at poste.it
Wed Apr 9 23:18:13 CEST 2008


Il Wednesday 09 April 2008 20:08:48 Dominik 'Rathann' Mierzejewski ha scritto:
> On Tuesday, 08 April 2008 at 12:44, Dominik 'Rathann' Mierzejewski wrote:
> [...]
> > Correct, sorry. I'll send an updated patch tonight.
> 
> Sorry for the delay, attached.
> 
> R.
> 

it looks coherent, but I have a doubt: if you run ./configure2 without parameters
and then
$ export DESTDIR=~/dvd
$ make install
the files will go in ~/dvd/usr/local/bin , ~/dvd/usr/local/lib and ~/dvd/usr/local/include
If this is the intended behaviour (that I doubt) then feel free to commit the patch,
but if instead the intended paths are (as I suppose)
~/dvd/bin , ~/dvd/lib and ~/dvd/include
then the patch is wrong and I guess that it should include
something like the following in Makefile: (mind that it's broken, I don't know the Makefile
syntax)


include config.mak
ifneq ($(DESTDIR),"")
    PREFIX=$(DESTDIR)
endif






More information about the DVDnav-discuss mailing list