diff options
author | Ben Kohler <bkohler@gentoo.org> | 2019-02-05 12:36:34 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2019-02-05 12:45:11 -0600 |
commit | f0f579ead3b0428435b21afb28ffdc7ec23262a3 (patch) | |
tree | adf3c7abc8c2b6773aad3ad420ad92850de70d0e /sci-chemistry | |
parent | sci-chemistry/pymol-plugins-caver: don't reference ${DISTDIR} (diff) | |
download | gentoo-f0f579ead3b0428435b21afb28ffdc7ec23262a3.tar.gz gentoo-f0f579ead3b0428435b21afb28ffdc7ec23262a3.tar.bz2 gentoo-f0f579ead3b0428435b21afb28ffdc7ec23262a3.zip |
sci-chemistry/shelx: 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 'sci-chemistry')
-rw-r--r-- | sci-chemistry/shelx/shelx-20141228.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/shelx/shelx-20141228.ebuild b/sci-chemistry/shelx/shelx-20141228.ebuild index d2b279bf8d1e..156c08fefdd4 100644 --- a/sci-chemistry/shelx/shelx-20141228.ebuild +++ b/sci-chemistry/shelx/shelx-20141228.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -47,7 +47,7 @@ pkg_nofetch() { elog "Download ${A} and rename them to" use amd64 && elog "*_amd64.bz2" use x86 && elog "*_x86.bz2" - elog "and place renamed tarballs in ${DISTDIR}." + elog "and place renamed tarballs into your DISTDIR directory." } src_install() { |