diff options
author | Sam James <sam@gentoo.org> | 2021-05-28 17:56:57 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-28 17:56:57 +0200 |
commit | a599a3a728ced35217c0cbbc507781c1effecaed (patch) | |
tree | 503a902bc9a46e78d0e8d6ab90df03fea60a6146 /dev-util/schroot | |
parent | dev-php/libvirt-php: fix docinto argument (avoid double 'prefix') (diff) | |
download | gentoo-a599a3a728ced35217c0cbbc507781c1effecaed.tar.gz gentoo-a599a3a728ced35217c0cbbc507781c1effecaed.tar.bz2 gentoo-a599a3a728ced35217c0cbbc507781c1effecaed.zip |
dev-util/schroot: 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 'dev-util/schroot')
-rw-r--r-- | dev-util/schroot/schroot-1.6.10_p7-r1.ebuild (renamed from dev-util/schroot/schroot-1.6.10_p7.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/schroot/schroot-1.6.10_p7.ebuild b/dev-util/schroot/schroot-1.6.10_p7-r1.ebuild index d5d6798ee2ba..c4d0bb6cfa27 100644 --- a/dev-util/schroot/schroot-1.6.10_p7.ebuild +++ b/dev-util/schroot/schroot-1.6.10_p7-r1.ebuild @@ -90,7 +90,7 @@ src_compile() { } src_test() { - if [[ $EUID -ne 0 ]]; then + if [[ ${EUID} -ne 0 ]]; then ewarn "Disabling tests because you are not root" return 0 fi @@ -103,7 +103,7 @@ src_install() { keepdir /var/lib/schroot/{session,unpack,union/{overlay,underlay}} - docinto /usr/share/doc/${PF}/contrib/setup.d + docinto contrib/setup.d dodoc contrib/setup.d/05customdir contrib/setup.d/09fsck contrib/setup.d/10mount-ssh newdoc debian/schroot.NEWS NEWS.debian |