nicolasbock    15/04/20 17:51:38

  Added:                install-gentoo.patch
  Log:
  app-admin/testdisk-0.7: Fixed QA issue.
  
  The Makefile.am had a customized install-data-hook which didn't conform to QA.
  I added a patch that changes how the data files are installed.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
AC91CA52)

Revision  Changes    Path
1.1                  app-admin/testdisk/files/install-gentoo.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/testdisk/files/install-gentoo.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/testdisk/files/install-gentoo.patch?rev=1.1&content-type=text/plain

Index: install-gentoo.patch
===================================================================
--- Makefile.am-original        2015-04-20 11:31:03.000000000 -0600
+++ Makefile.am 2015-04-20 11:34:10.000000000 -0600
@@ -24,9 +24,9 @@
 
 AUTOMAKE_OPTIONS = gnits
 
+data_DATA =  AUTHORS ChangeLog NEWS README THANKS documentation.html
+
 install-data-hook:
-       $(mkinstalldirs) $(DESTDIR)$(docdir)
-       $(INSTALL_DATA) $(top_srcdir)/AUTHORS $(top_srcdir)/ChangeLog 
$(top_srcdir)/NEWS $(top_srcdir)/README $(top_srcdir)/THANKS 
$(top_srcdir)/documentation.html $(DESTDIR)$(docdir)
 if USEQT
        $(mkinstalldirs) $(DESTDIR)$(datadir)/applications
        $(INSTALL_DATA) $(top_srcdir)/linux/qphotorec.desktop 
$(DESTDIR)$(datadir)/applications




Reply via email to