diff options
author | Ben Kohler <bkohler@gentoo.org> | 2019-02-04 16:59:38 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2019-02-04 16:59:38 -0600 |
commit | 5d3fbab7a19ea201f78038ada81c764491a3c90e (patch) | |
tree | ccfbaef83e4e99ccdda0fd598685de0913dd27d1 /sys-block/lsiutil | |
parent | sys-block/megacli: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-5d3fbab7a19ea201f78038ada81c764491a3c90e.tar.gz gentoo-5d3fbab7a19ea201f78038ada81c764491a3c90e.tar.bz2 gentoo-5d3fbab7a19ea201f78038ada81c764491a3c90e.zip |
sys-block/lsiutil: don't reference ${DISTDIR} in pkg_nofetch
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'sys-block/lsiutil')
-rw-r--r-- | sys-block/lsiutil/lsiutil-1.62-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-block/lsiutil/lsiutil-1.62-r1.ebuild b/sys-block/lsiutil/lsiutil-1.62-r1.ebuild index 808c32416d95..143ae1b0c3fe 100644 --- a/sys-block/lsiutil/lsiutil-1.62-r1.ebuild +++ b/sys-block/lsiutil/lsiutil-1.62-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -26,7 +26,7 @@ S="${WORKDIR}" pkg_nofetch() { einfo "Upstream has implemented a mandatory clickthrough EULA for distfile download" einfo "Please visit $SRC_URI" - einfo "And place $A in ${DISTDIR}" + einfo "And place $A into your DISTDIR directory" } src_install() { |