nicolasbock 15/04/20 19:59:01 Modified: install-gentoo.patch Log: app-admin/testdisk: Various QA fixes. * Fix isntallation location of DOCS. * Fix missing slot dependencies. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key AC91CA52)
Revision Changes Path 1.2 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.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/testdisk/files/install-gentoo.patch?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/testdisk/files/install-gentoo.patch?r1=1.1&r2=1.2 Index: install-gentoo.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-admin/testdisk/files/install-gentoo.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- install-gentoo.patch 20 Apr 2015 17:51:38 -0000 1.1 +++ install-gentoo.patch 20 Apr 2015 19:59:01 -0000 1.2 @@ -1,10 +1,21 @@ --- 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 @@ ++++ Makefile.am 2015-04-20 13:27:01.000000000 -0600 +@@ -1,9 +1,8 @@ + SUBDIRS = icons man src + +-EXTRA_DIST = AUTHORS COPYING ChangeLog INFO INSTALL NEWS README THANKS compile.sh \ ++EXTRA_DIST = compile.sh \ + progsreiserfs-journal.patch progsreiserfs-file-read.patch \ + darwin/readme_mac_powerpc.txt darwin/readme_mac_intel.txt \ +- documentation.html \ + dos/readme.txt \ + linux/testdisk.spec.in \ + linux/qphotorec.desktop \ +@@ -24,9 +23,9 @@ AUTOMAKE_OPTIONS = gnits -+data_DATA = AUTHORS ChangeLog NEWS README THANKS documentation.html ++dist_doc_DATA = AUTHORS COPYING ChangeLog NEWS INFO INSTALL README THANKS documentation.html + install-data-hook: - $(mkinstalldirs) $(DESTDIR)$(docdir)
