[vdr] VDR developer version 1.5.16 - Makefile
syrius.ml at no-log.org
syrius.ml at no-log.org
Sun Feb 24 17:28:55 CET 2008
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 ?
--
More information about the vdr
mailing list