diff options
author | Ben Kohler <bkohler@gentoo.org> | 2019-02-05 14:48:01 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2019-02-05 14:55:56 -0600 |
commit | 8376a48e4248a629ed11ebef0529ac44c5886182 (patch) | |
tree | 364f7d5bf2ea070250be3c28d4135759bc914e22 /sys-block/sas3flash | |
parent | sci-misc/mendeleydesktop: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-8376a48e4248a629ed11ebef0529ac44c5886182.tar.gz gentoo-8376a48e4248a629ed11ebef0529ac44c5886182.tar.bz2 gentoo-8376a48e4248a629ed11ebef0529ac44c5886182.zip |
sys-block/sas3flash: 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/sas3flash')
-rw-r--r-- | sys-block/sas3flash/sas3flash-15.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-block/sas3flash/sas3flash-15.ebuild b/sys-block/sas3flash/sas3flash-15.ebuild index 9fba4443d111..7523cc12bfe2 100644 --- a/sys-block/sas3flash/sas3flash-15.ebuild +++ b/sys-block/sas3flash/sas3flash-15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -31,10 +31,10 @@ S="${WORKDIR}/${MY_P}" pkg_nofetch() { elog "Broadcom has a mandatory click-through license on their binaries." elog "Please visit $HOMEPAGE and download ${DISTFILE_BIN} from the Mangement Software section." - elog "After downloading, move ${DISTFILE_BIN} into $DISTDIR" + elog "After downloading, move ${DISTFILE_BIN} into your DISTDIR directory." if use doc; then elog "Please also download 'SAS3Flash Utility Quick Reference Guide' (${DISTFILE_DOC}) " - elog "and also place it into $DISTDIR" + elog "and also place it into your DISTDIR directory." fi einfo ${SRC_URI} } |