Re: [vdr] VDR developer version 1.5.16 - Makefile

2008-02-25 Thread Anssi Hannula
[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)

Re: [vdr] VDR developer version 1.5.16 - Makefile

2008-02-25 Thread Klaus Schmidinger
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 $(DEST