aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vdr-plugin-vdrmanager/files/patch-Makefile
blob: 0eac21c279abd63af92fe6babb3c472fc5ce5286 (plain) (blame)
1
2
3
4
5
6
7
8
9
--- a/Makefile
+++ b/Makefile
@@ -80,3 +80,6 @@ dist: clean
 
 clean:
 	@-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~
+
+install:
+	${INSTALL_PROGRAM} $(LIBDIR)/libvdr-$(PLUGIN).so.$(APIVERSION) ${DESTDIR}$(PREFIX)/lib/vdr/libvdr-$(PLUGIN).so.$(APIVERSION)