diff options
author | 2019-02-05 13:48:46 -0600 | |
---|---|---|
committer | 2019-02-05 13:51:39 -0600 | |
commit | b742ba34a5b9dc5db2e78888ab79c2f8e9479909 (patch) | |
tree | 86b81da4e6f1ede6887bc8f9fecc9092808ac279 /dev-libs | |
parent | dev-db/oracle-instantclient-sqlplus: don't reference ${DISTDIR} (diff) | |
download | gentoo-b742ba34a5b9dc5db2e78888ab79c2f8e9479909.tar.gz gentoo-b742ba34a5b9dc5db2e78888ab79c2f8e9479909.tar.bz2 gentoo-b742ba34a5b9dc5db2e78888ab79c2f8e9479909.zip |
dev-libs/device-atlas-api-c: 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 'dev-libs')
-rw-r--r-- | dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.3.ebuild b/dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.3.ebuild index 4679d064f462..2177b9530f2d 100644 --- a/dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.3.ebuild +++ b/dev-libs/device-atlas-api-c/device-atlas-api-c-2.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -30,7 +30,7 @@ PATCHES=( pkg_nofetch() { eerror "Please go to https://deviceatlas.com/deviceatlas-haproxy-module" eerror "And download DeviceAtlas C API" - eerror "Then place the file in ${DISTDIR}/${MY_P}.tgz" + eerror "Save the file as ${MY_P}.tgz in your DISTDIR directory." } multilib_src_install_all() { |