aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vdr-plugin-eepg/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/vdr-plugin-eepg/files/patch-Makefile')
-rw-r--r--multimedia/vdr-plugin-eepg/files/patch-Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/multimedia/vdr-plugin-eepg/files/patch-Makefile b/multimedia/vdr-plugin-eepg/files/patch-Makefile
new file mode 100644
index 000000000000..1da862b8cdea
--- /dev/null
+++ b/multimedia/vdr-plugin-eepg/files/patch-Makefile
@@ -0,0 +1,9 @@
+--- a/Makefile
++++ b/Makefile
+@@ -130,3 +130,6 @@ dist: clean
+ clean:
+ @-rm -f $(OBJS) $(DEPFILE) *.so *.tar.gz core* *~
+ # @-rm -f $(PODIR)/*.mo $(PODIR)/*.pot
++
++install:
++ ${INSTALL_PROGRAM} $(LIBDIR)/libvdr-$(PLUGIN).so.$(APIVERSION) $(PREFIX)/lib/vdr/libvdr-$(PLUGIN).so.$(APIVERSION)