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