diff options
author | 2011-08-26 07:56:43 +0000 | |
---|---|---|
committer | 2011-08-26 07:56:43 +0000 | |
commit | 332b692f32e8cc5d4cbb21ccfd467a57e78ee958 (patch) | |
tree | c09f3669c5d548466126010048d70546e3a585b9 /media-sound/lingot/files | |
parent | Version bump. (diff) | |
download | historical-332b692f32e8cc5d4cbb21ccfd467a57e78ee958.tar.gz historical-332b692f32e8cc5d4cbb21ccfd467a57e78ee958.tar.bz2 historical-332b692f32e8cc5d4cbb21ccfd467a57e78ee958.zip |
Version bump.
Package-Manager: portage-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) + |