[vdr] VDR developer version 1.5.16 - Makefile
Klaus Schmidinger
Klaus.Schmidinger at cadsoft.de
Mon Feb 25 19:20:47 CET 2008
On 02/24/08 17:28, 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 ?
I don't use this myself, so somebody else will have to look into this.
Klaus
More information about the vdr
mailing list