Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Fix to copy plugins during "make install"



--- vdr-1.3.12/Makefile.old     2004-07-17 21:08:46.000000000 -0700
+++ vdr-1.3.12/Makefile 2004-07-17 21:10:50.000000000 -0700
@@ -171,6 +171,7 @@

 install:
        @cp vdr runvdr $(BINDIR)
+       @cp $(PLUGINLIBDIR)/* $(BINDIR)/$(PLUGINLIBDIR)/
        @gzip -c vdr.1 > $(MANDIR)/man1/vdr.1.gz
        @gzip -c vdr.5 > $(MANDIR)/man5/vdr.5.gz
        @if [ ! -d $(VIDEODIR) ]; then\





Home | Main Index | Thread Index