mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 10:58:21 -07:00
dev-java/jvmstat: 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>
This commit is contained in:
@@ -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=0
|
||||
@@ -28,8 +28,8 @@ pkg_nofetch() {
|
||||
|
||||
einfo "Please go to following URL:"
|
||||
einfo " ${HOMEPAGE}"
|
||||
einfo "download file named ${SRC_URI} and place it in:"
|
||||
einfo " ${DISTDIR}"
|
||||
einfo "download file named ${SRC_URI} and place it into"
|
||||
einfo " your DISTDIR directory."
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user