diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-08-26 07:56:43 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-08-26 07:56:43 +0000 |
commit | 042dc4610f8e82a4994183c4cfc070850aed7c66 (patch) | |
tree | 82b77effcb23056e8da1fe3986c1322f4aa21284 /media-sound/lingot/files | |
parent | Version bump. (diff) | |
download | gentoo-2-042dc4610f8e82a4994183c4cfc070850aed7c66.tar.gz gentoo-2-042dc4610f8e82a4994183c4cfc070850aed7c66.tar.bz2 gentoo-2-042dc4610f8e82a4994183c4cfc070850aed7c66.zip |
Version bump.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/lingot/files')
-rw-r--r-- | media-sound/lingot/files/lingot-0.9.1-clean-install.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/media-sound/lingot/files/lingot-0.9.1-clean-install.patch b/media-sound/lingot/files/lingot-0.9.1-clean-install.patch new file mode 100644 index 000000000000..826a9fd29ce2 --- /dev/null +++ b/media-sound/lingot/files/lingot-0.9.1-clean-install.patch @@ -0,0 +1,23 @@ +--- lingot-0.9.1.orig/Makefile.am ++++ lingot-0.9.1/Makefile.am +@@ -8,19 +8,11 @@ + lingotdocdir = ${docdir} + lingotdoc_DATA = \ + README\ +- COPYING\ + AUTHORS\ + ChangeLog\ +- INSTALL\ + NEWS\ +- TODO\ + THANKS\ +- MAINTAINERS\ +- src/lingot-background.xpm\ +- src/lingot-logo.xpm\ +- intltool-extract.in\ +- intltool-merge.in\ +- intltool-update.in ++ MAINTAINERS + + EXTRA_DIST = $(lingotdoc_DATA) + |