[vdr] VDR developer version 1.5.16 - Makefile
Anssi Hannula
anssi.hannula at gmail.com
Mon Feb 25 19:35:55 CET 2008
syrius.ml at no-log.org 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 ?
No.
What is the problem, exactly?
--
Anssi Hannula
More information about the vdr
mailing list