From f1d9be14839cd3fdbd11b2d44f14052c661a3a45 Mon Sep 17 00:00:00 2001 From: scop Date: Sun, 17 Sep 2006 12:46:36 +0000 Subject: cp with --remove-destination, like in vdr 1.4.2-2. --- HISTORY | 1 + Makefile | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index 7cd19be..36fcb7b 100644 --- a/HISTORY +++ b/HISTORY @@ -319,3 +319,4 @@ NOTE: I havent found time to include all of the languages, will be done in pre2 200x-xx-xx: Version x.x.x - add Polish translation (Mikolaj Tutak) +- sync "make install" with VDR 1.4.2-2 (Ville Skyttä) diff --git a/Makefile b/Makefile index 3bef7ec..aae8fc3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.1.2.24 2006/04/22 11:24:28 scop Exp $ +# $Id: Makefile,v 1.1.2.25 2006/09/17 12:46:36 scop Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -84,7 +84,7 @@ $(DEPFILE): Makefile libvdr-$(PLUGIN).so: $(OBJS) $(CXX) $(CXXFLAGS) -shared $(OBJS) $(LIBS) -o $@ - @cp $@ $(LIBDIR)/$@.$(APIVERSION) + @cp --remove-destination $@ $(LIBDIR)/$@.$(APIVERSION) dist: clean @-rm -rf $(TMPDIR)/$(ARCHIVE) -- cgit v1.2.3