summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Grimm <tobias@e-tobi.loc>2009-01-11 13:00:39 +0100
committerTobias Grimm <tobias@e-tobi.loc>2009-01-11 13:00:39 +0100
commit46a50c3d3fff074f59d23c7173706069d67a96fd (patch)
treeab4057c2a8d078279da3a1a75e5100c7436d7a38
parent6e38bbe9ce24fe2cdad6be0962001172d421ef1e (diff)
downloadvdr-plugin-osdteletext-46a50c3d3fff074f59d23c7173706069d67a96fd.tar.gz
vdr-plugin-osdteletext-46a50c3d3fff074f59d23c7173706069d67a96fd.tar.bz2
Install plug-in to lib dir with --remove-destination (Closes #57)
-rw-r--r--HISTORY2
-rw-r--r--Makefile2
2 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index c798f44..9a88dfe 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)