diff options
author | Cédric Krier <cedk@gentoo.org> | 2008-02-17 11:46:02 +0000 |
---|---|---|
committer | Cédric Krier <cedk@gentoo.org> | 2008-02-17 11:46:02 +0000 |
commit | 3788e61cc2cee42b0efa38addbc5462910d0ae53 (patch) | |
tree | 3d9bf975233ac25c23d020985a6beb9ee22610a4 /net-news/snownews/files | |
parent | Stable on ppc wrt bug 208916 (diff) | |
download | gentoo-2-3788e61cc2cee42b0efa38addbc5462910d0ae53.tar.gz gentoo-2-3788e61cc2cee42b0efa38addbc5462910d0ae53.tar.bz2 gentoo-2-3788e61cc2cee42b0efa38addbc5462910d0ae53.zip |
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-news/snownews/files')
-rw-r--r-- | net-news/snownews/files/snownews-1.5.9-install.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-news/snownews/files/snownews-1.5.9-install.patch b/net-news/snownews/files/snownews-1.5.9-install.patch new file mode 100644 index 000000000000..f02483ded567 --- /dev/null +++ b/net-news/snownews/files/snownews-1.5.9-install.patch @@ -0,0 +1,11 @@ +diff -ru snownews-1.5.9~/Makefile snownews-1.5.9/Makefile +--- snownews-1.5.9~/Makefile 2008-02-17 12:31:35.000000000 +0100 ++++ snownews-1.5.9/Makefile 2008-02-17 12:31:52.000000000 +0100 +@@ -66,7 +66,6 @@ + (cd $(DESTDIR)$(PREFIX)/bin && \ + ln -sf opml2snow snow2opml ); \ + fi; +- $(INSTALL) snowsync $(DESTDIR)$(PREFIX)/bin + + install-locales: locales + for L in $(LOCALES); do \ |