diff options
author | Michael Weber <xmw@gentoo.org> | 2017-06-23 01:22:11 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-06-23 01:22:11 +0200 |
commit | 7eedd5c3b84a3b83525dfed536735be99c1382b0 (patch) | |
tree | 3ea9fc587d2fefe9a859d90c3dee5b016d3c8cde /app-text/mupdf | |
parent | app-text/mupdf: allow USE=-X,opengl and cleanup .desktop and symlink mess. (diff) | |
download | gentoo-7eedd5c3b84a3b83525dfed536735be99c1382b0.tar.gz gentoo-7eedd5c3b84a3b83525dfed536735be99c1382b0.tar.bz2 gentoo-7eedd5c3b84a3b83525dfed536735be99c1382b0.zip |
app-text/mupdf: fix executable bit on CHANGES (bug 622076).
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'app-text/mupdf')
-rw-r--r-- | app-text/mupdf/mupdf-1.11-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/mupdf/mupdf-1.11-r2.ebuild b/app-text/mupdf/mupdf-1.11-r2.ebuild index e7a4fef0f027..53319aa75814 100644 --- a/app-text/mupdf/mupdf-1.11-r2.ebuild +++ b/app-text/mupdf/mupdf-1.11-r2.ebuild @@ -147,5 +147,5 @@ src_install() { insinto /usr/$(get_libdir)/pkgconfig doins platform/debian/${PN}.pc - dodoc README docs/*.{txt,c} + dodoc README CHANGES docs/*.{txt,c} } |