On 02/24/08 17:28, [EMAIL PROTECTED] wrote:
> Hi there,
> 
> First time i'm using the Makefile to install vdr.
> Why is it :
> 
> install-i18n:
>   @mkdir -p $(DESTDIR)$(LOCDIR)
>   @(cd $(LOCALEDIR); cp -r --parents * $(DESTDIR)$(LOCDIR))
> 
> and
> 
> install-plugins: plugins
>   @mkdir -p $(DESTDIR)$(PLUGINLIBDIR)
>   @cp --remove-destination $(PLUGINDIR)/lib/lib*-*.so.$(APIVERSION) 
> $(DESTDIR)$(PLUGINLIBDIR)
> 
> 
> with 
> DESTDIR ?=
> PREFIX  ?= /usr/local
> MANDIR   = $(PREFIX)/share/man
> BINDIR   = $(PREFIX)/bin
> LOCDIR   = ./locale
> 
> being the default ?
> 
> is there a $(PREFIX) missing after $(DESTDIR) in install-i18n and
> install-plugins ?

I don't use this myself, so somebody else will have to look into this.

Klaus

_______________________________________________
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Reply via email to