mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
dev-java/sun-java3d-bin: 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
|
||||
@@ -21,7 +21,7 @@ S=${WORKDIR}/${A/.zip/}
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo "Please download java3d-${PV//./_}-linux-${ARCH/x86/i586}.zip from"
|
||||
einfo "${HOMEPAGE} and place it in ${DISTDIR}"
|
||||
einfo "${HOMEPAGE} and place it into your DISTDIR directory."
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
|
||||
Reference in New Issue
Block a user