Re: [vdr] channels.conf overwritten when installing vdr 1.7.30

2012-10-09 Thread Klaus Schmidinger
On 08.10.2012 21:47, Peter Münster wrote: On Mon, Oct 08 2012, Klaus Schmidinger wrote: +install-conf: + @cp *.conf $(DESTDIR)$(CONFDIR) What about "@cp -n"? Sounds like the right thing to do: --- --- Makefile2012/09/07

Re: [vdr] channels.conf overwritten when installing vdr 1.7.30

2012-10-08 Thread Peter Münster
On Mon, Oct 08 2012, Klaus Schmidinger wrote: > +install-conf: > + @cp *.conf $(DESTDIR)$(CONFDIR) What about "@cp -n"? -- Peter ___ vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Re: [vdr] channels.conf overwritten when installing vdr 1.7.30

2012-10-08 Thread Christopher Reimer
2012/10/8 VDR User : > Blindly overwriting files is terrible! The author of that FHS patch > should fix it so those files are only copied if they don't already > exist. Here's a patch which reverts this small misbehaviour. Christopher Reimer vdr-1.7.31-do-not-overwrite-confs.diff Description: B

Re: [vdr] channels.conf overwritten when installing vdr 1.7.30

2012-10-08 Thread VDR User
> This was part of the patch that introduced FHS compatibility: > > --- > --- ./Makefile 2012/04/15 13:21:31 2.27 > +++ ./Makefile 2012/09/01 13:22:33 > ... > @@ -193,12 +198,15 @@ > > # Configuration files: > > -install

Re: [vdr] channels.conf overwritten when installing vdr 1.7.30

2012-10-08 Thread Klaus Schmidinger
On 07.10.2012 18:27, Joachim Wilke wrote: Dear all, I just upgraded vdr from 1.7.29 to 1.7.31. After that I noticed that I lost my channels.conf as it was overwritten by "make install". :-( A closer look to the changes made in 1.7.30 revealed that install-conf target in the Makefile no longer

Re: [vdr] channels.conf overwritten when installing vdr 1.7.30

2012-10-07 Thread Ulrich Eckhardt
Am 07.10.2012 18:27, schrieb Joachim Wilke: Dear all, I just upgraded vdr from 1.7.29 to 1.7.31. After that I noticed that I lost my channels.conf as it was overwritten by "make install". :-( A closer look to the changes made in 1.7.30 revealed that install-conf target in the Makefile no longer

[vdr] channels.conf overwritten when installing vdr 1.7.30

2012-10-07 Thread Joachim Wilke
Dear all, I just upgraded vdr from 1.7.29 to 1.7.31. After that I noticed that I lost my channels.conf as it was overwritten by "make install". :-( A closer look to the changes made in 1.7.30 revealed that install-conf target in the Makefile no longer checks if the CONFDIR already exists. In previ