diff options
author | Ben Kohler <bkohler@gentoo.org> | 2018-12-18 15:23:59 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2018-12-18 15:24:13 -0600 |
commit | 0422bbdab028a7bf9cfebb995e1529fa16765ce8 (patch) | |
tree | c239278ed1a39cdd91ba4782559fbc804a102395 /sys-block | |
parent | net-dns/bind: arm stable, bug #657654 (diff) | |
download | gentoo-0422bbdab028a7bf9cfebb995e1529fa16765ce8.tar.gz gentoo-0422bbdab028a7bf9cfebb995e1529fa16765ce8.tar.bz2 gentoo-0422bbdab028a7bf9cfebb995e1529fa16765ce8.zip |
sys-block/megamgr: don't reference ${DISTDIR} in pkg_nofetch
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/megamgr/megamgr-5.20-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-block/megamgr/megamgr-5.20-r2.ebuild b/sys-block/megamgr/megamgr-5.20-r2.ebuild index 1ebc56400d12..7688cadd9b6c 100644 --- a/sys-block/megamgr/megamgr-5.20-r2.ebuild +++ b/sys-block/megamgr/megamgr-5.20-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -25,7 +25,7 @@ QA_PRESTRIPPED="/opt/bin/megamgr" pkg_nofetch() { einfo "Upstream has implement a mandatory clickthrough EULA for distfile download" einfo "Please visit ${SRC_URI}" - einfo "And place ${A} in ${DISTDIR}" + einfo "And place ${A} in your DISTDIR directory" } src_install() { |