hd_brummy 15/01/22 08:29:19 Modified: wapd.mk Log: missing separator, wrt bug 537140, thx to T.Foerster for reporting this (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 34C2808A)
Revision Changes Path 1.2 media-plugins/vdr-wapd/files/wapd.mk file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-wapd/files/wapd.mk?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-wapd/files/wapd.mk?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-wapd/files/wapd.mk?r1=1.1&r2=1.2 Index: wapd.mk =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-wapd/files/wapd.mk,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- wapd.mk 21 Jun 2014 22:08:34 -0000 1.1 +++ wapd.mk 22 Jan 2015 08:29:19 -0000 1.2 @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: wapd.mk,v 1.1 2014/06/21 22:08:34 hd_brummy Exp $ +# $Id: wapd.mk,v 1.2 2015/01/22 08:29:19 hd_brummy Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -95,7 +95,6 @@ install -D $^ $(DESTDIR)$(LIBDIR)/$^.$(APIVERSION) install: install-lib -install-i18n dist: $(I18Npo) clean @-rm -rf $(TMPDIR)/$(ARCHIVE)
