summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-07-08 08:26:04 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-07-08 08:26:04 +0000
commit6387d8a552edbb0a8d4601511d9c281a8e39d964 (patch)
treef147a04b980ab93aa5ef1ca1c886dcaee562386e /x11-misc/xdialog/files
parenttargets/developer/make.defaults: (diff)
downloadhistorical-6387d8a552edbb0a8d4601511d9c281a8e39d964.tar.gz
historical-6387d8a552edbb0a8d4601511d9c281a8e39d964.tar.bz2
historical-6387d8a552edbb0a8d4601511d9c281a8e39d964.zip
Fix "make install" with latest coreutils wrt #327353 by Michael M. Tung.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/xdialog/files')
-rw-r--r--x11-misc/xdialog/files/xdialog-2.3.1-install.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-misc/xdialog/files/xdialog-2.3.1-install.patch b/x11-misc/xdialog/files/xdialog-2.3.1-install.patch
new file mode 100644
index 000000000000..f5a02b099d92
--- /dev/null
+++ b/x11-misc/xdialog/files/xdialog-2.3.1-install.patch
@@ -0,0 +1,13 @@
+http://bugs.gentoo.org/327353
+
+--- doc/Makefile.am
++++ doc/Makefile.am
+@@ -6,7 +6,7 @@
+
+ CLEANFILES = index.html compatibility.html changelog.html license.html Xdialog.1
+
+-doc_DATA = index.html compatibility.html changelog.html license.html $(srcdir)/*.html $(srcdir)/*.png
++doc_DATA = $(srcdir)/*.html $(srcdir)/*.png
+
+ man_MANS = Xdialog.1
+