From 51b649dbbf041249b7f074a590e440545ed44d26 Mon Sep 17 00:00:00 2001 From: Tobias Grimm Date: Sun, 11 Jan 2009 13:05:13 +0100 Subject: Install plug-in to lib dir with --remove-destination --- HISTORY | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 1875f08..b9506bd 100644 --- a/HISTORY +++ b/HISTORY @@ -3,6 +3,7 @@ VDR Plugin 'ttxtsubs' Revision History 2009-xx-xx: Version 0.x.x - Updated French translation provided by Michaƫl Nival (Closes #49) +- Install plug-in to lib dir with --remove-destination 2009-01-04: Version 0.0.8 - Updated Italien translation provided by Diego Pierotto diff --git a/Makefile b/Makefile index 405cb24..f7ea730 100644 --- a/Makefile +++ b/Makefile @@ -98,7 +98,7 @@ all: libvdr-$(PLUGIN).so i18n libvdr-$(PLUGIN).so: $(OBJS) $(CXX) $(CXXFLAGS) -shared $(OBJS) -o $@ - @cp $@ $(LIBDIR)/$@.$(APIVERSION) + @cp --remove-destination $@ $(LIBDIR)/$@.$(APIVERSION) dist: clean @-rm -rf $(TMPDIR)/$(ARCHIVE) -- cgit v1.2.3