diff options
| -rw-r--r-- | HISTORY | 2 | ||||
| -rw-r--r-- | Makefile | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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 @@ -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) |
