summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2009-01-11 14:14:24 +0200
committerVille Skyttä <ville.skytta@iki.fi>2009-01-11 14:14:24 +0200
commit0ad587f0d36bf12c1a80cee0131b4865c7de502d (patch)
tree8eeeee11793d32df748de03dc906a749f5fe709d
parent84da7a7fad3c7e540554e16d8c1fe0d596db7d0e (diff)
parent46a50c3d3fff074f59d23c7173706069d67a96fd (diff)
downloadvdr-plugin-osdteletext-0ad587f0d36bf12c1a80cee0131b4865c7de502d.tar.gz
vdr-plugin-osdteletext-0ad587f0d36bf12c1a80cee0131b4865c7de502d.tar.bz2
Merge branch 'master' of gitosis@projects.vdr-developer.org:vdr-plugin-osdteletext
-rw-r--r--HISTORY2
-rw-r--r--Makefile2
2 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 8baa8ef..bddfb41 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3,6 +3,8 @@ VDR Plugin 'osdteletext' Revision History
2009-xx-xx: version 0.x.x
- More refactoring of the TxtStatus class (Thx to Sören Moch!)
+- Install plug-in to lib dir with --remove-destination as suggested
+ by Christian Wieninger (Closes #57)
2009-01-10: version 0.8.1
- Small bugfix in channel switching code
diff --git a/Makefile b/Makefile
index 6301bb8..aed4386 100644
--- a/Makefile
+++ b/Makefile
@@ -95,7 +95,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)