summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-05-28 17:57:25 +0200
committerDavid Seifert <soap@gentoo.org>2021-05-28 17:57:25 +0200
commit6d1eb8a725e4e2cdb2903a84fcb5cc090d25dc5d (patch)
treeb1d08f7158f2605a5e7a73129c3909d905d78fb6 /x11-wm/pekwm
parentwww-apps/postfixadmin: fix docinto argument (avoid double 'prefix') (diff)
downloadgentoo-6d1eb8a725e4e2cdb2903a84fcb5cc090d25dc5d.tar.gz
gentoo-6d1eb8a725e4e2cdb2903a84fcb5cc090d25dc5d.tar.bz2
gentoo-6d1eb8a725e4e2cdb2903a84fcb5cc090d25dc5d.zip
x11-wm/pekwm: fix docinto argument (avoid double 'prefix')
Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-wm/pekwm')
-rw-r--r--x11-wm/pekwm/pekwm-0.1.17-r3.ebuild (renamed from x11-wm/pekwm/pekwm-0.1.17-r2.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/pekwm/pekwm-0.1.17-r2.ebuild b/x11-wm/pekwm/pekwm-0.1.17-r3.ebuild
index c733ff0ee361..d3a912abdc49 100644
--- a/x11-wm/pekwm/pekwm-0.1.17-r2.ebuild
+++ b/x11-wm/pekwm/pekwm-0.1.17-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -60,7 +60,7 @@ src_install() {
# Install contributor scripts into doc folder
if use contrib ; then
- docinto /usr/share/doc/${PF}/contrib
+ docinto contrib
dodoc contrib/lobo/{check.png,pekwm_autoprop.pl,pekwm_menu_config.pl} \
contrib/lobo/{pekwm_menu_config.pl.vars,README,uncheck.png}
fi