From 021ec7bab05ba0a1fd0997975c6eb84f260f10d7 Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Tue, 5 Feb 2019 14:46:20 -0600 Subject: [PATCH] sci-misc/mendeleydesktop: don't reference ${DISTDIR} in pkg_nofetch Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Ben Kohler --- sci-misc/mendeleydesktop/mendeleydesktop-1.19.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-misc/mendeleydesktop/mendeleydesktop-1.19.2.ebuild b/sci-misc/mendeleydesktop/mendeleydesktop-1.19.2.ebuild index f725c16531fd..f7cb58828517 100644 --- a/sci-misc/mendeleydesktop/mendeleydesktop-1.19.2.ebuild +++ b/sci-misc/mendeleydesktop/mendeleydesktop-1.19.2.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 @@ -54,7 +54,7 @@ PATCHES=( pkg_nofetch() { elog "Please download ${A} from:" elog "http://www.mendeley.com/download-mendeley-desktop/" - elog "and move it to ${DISTDIR}" + elog "and move it to your DISTDIR directory." } src_unpack() { -- 2.26.2