diff options
author | Ben Kohler <bkohler@gentoo.org> | 2019-02-04 17:00:06 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2019-02-04 17:00:06 -0600 |
commit | 38d2fd24206333a3916806ffcf325583643195ab (patch) | |
tree | 3ab5399d5d3332f0ca8bdb33a54d0bb50a677733 /sys-block/sas2ircu | |
parent | sys-block/lsiutil: don't reference ${DISTDIR} in pkg_nofetch (diff) | |
download | gentoo-38d2fd24206333a3916806ffcf325583643195ab.tar.gz gentoo-38d2fd24206333a3916806ffcf325583643195ab.tar.bz2 gentoo-38d2fd24206333a3916806ffcf325583643195ab.zip |
sys-block/sas2ircu: 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/sas2ircu')
-rw-r--r-- | sys-block/sas2ircu/sas2ircu-19.ebuild | 6 | ||||
-rw-r--r-- | sys-block/sas2ircu/sas2ircu-20.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys-block/sas2ircu/sas2ircu-19.ebuild b/sys-block/sas2ircu/sas2ircu-19.ebuild index 190580614f91..555e56b7cfd0 100644 --- a/sys-block/sas2ircu/sas2ircu-19.ebuild +++ b/sys-block/sas2ircu/sas2ircu-19.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -34,10 +34,10 @@ S="${WORKDIR}/${MY_P}" pkg_nofetch() { elog "LSI has a mandatory click-through license on thier binaries." elog "Please visit $HOMEPAGE and download ${DISTFILE_BIN} from the Miscellaneous section." - elog "After downloading, move ${MY_P} into $DISTDIR" + elog "After downloading, move ${MY_P} into your DISTDIR directory" if use doc; then elog "Please also download 'SAS-2 Integrated RAID Configuration Utility User Guide' (${DISTFILE_DOC}) " - elog "and also place it into $DISTDIR" + elog "and also place it into your DISTDIR directory" fi } diff --git a/sys-block/sas2ircu/sas2ircu-20.ebuild b/sys-block/sas2ircu/sas2ircu-20.ebuild index bc3aebe2751e..7f4f0746b48d 100644 --- a/sys-block/sas2ircu/sas2ircu-20.ebuild +++ b/sys-block/sas2ircu/sas2ircu-20.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 @@ -34,10 +34,10 @@ S="${WORKDIR}/${MY_P}" pkg_nofetch() { elog "LSI has a mandatory click-through license on thier binaries." elog "Please visit $HOMEPAGE and download ${DISTFILE_BIN} from the Management Software and Tools 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 'SAS-2 Integrated RAID Configuration Utility User Guide' (${DISTFILE_DOC}) " - elog "and also place it into $DISTDIR" + elog "and also place it into your DISTDIR directory" fi } |