diff options
author | 2024-06-22 18:15:49 +0200 | |
---|---|---|
committer | 2024-06-22 18:16:54 +0200 | |
commit | 304c330b95056f563c6687365a006c1705838b8c (patch) | |
tree | f557bfcc7fff83b39806ea714fb86c436c486380 /app-text | |
parent | media-video/obs-studio: drop 30.1.0, 30.1.1 (diff) | |
download | gentoo-304c330b95056f563c6687365a006c1705838b8c.tar.gz gentoo-304c330b95056f563c6687365a006c1705838b8c.tar.bz2 gentoo-304c330b95056f563c6687365a006c1705838b8c.zip |
app-text/pdfjam: install pdfjam-extras README under different filename
Install the README from pdfjam-extras under a different filename, as
otherwise we would override the README from pdfjam.
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/pdfjam/pdfjam-3.10-r1.ebuild (renamed from app-text/pdfjam/pdfjam-3.10.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/pdfjam/pdfjam-3.10.ebuild b/app-text/pdfjam/pdfjam-3.10-r1.ebuild index e8674eb746da..ead394bb8615 100644 --- a/app-text/pdfjam/pdfjam-3.10.ebuild +++ b/app-text/pdfjam/pdfjam-3.10-r1.ebuild @@ -52,7 +52,7 @@ src_install() { cd ../pdfjam-extras-${PDFJAM_EXTRAS_COMMIT} || die dobin bin/* - dodoc README.md + newdoc README.md README-extras.md doman man1/* fi } |