From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 359441381F3 for ; Fri, 4 Oct 2013 17:06:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC860E06CC; Fri, 4 Oct 2013 17:06:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72420E06CC for ; Fri, 4 Oct 2013 17:06:33 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7357133EE4E for ; Fri, 4 Oct 2013 17:06:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1FC95E5308 for ; Fri, 4 Oct 2013 17:06:31 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1380906402.7ebdc6ec4dc144a2890691b06f1b1dd5bcc7e938.ulm@gentoo> Subject: [gentoo-commits] proj/emacs:master commit in: dev-libs/clens/ X-VCS-Repository: proj/emacs X-VCS-Files: dev-libs/clens/clens-0.7.0.ebuild X-VCS-Directories: dev-libs/clens/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 7ebdc6ec4dc144a2890691b06f1b1dd5bcc7e938 X-VCS-Branch: master Date: Fri, 4 Oct 2013 17:06:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f4632baf-fa6f-44cd-a992-990b6735a1af X-Archives-Hash: d250e77d1e98d7c589eafb946baf51c1 commit: 7ebdc6ec4dc144a2890691b06f1b1dd5bcc7e938 Author: Ulrich Müller gentoo org> AuthorDate: Fri Oct 4 17:06:42 2013 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Oct 4 17:06:42 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=7ebdc6ec Fix DESTDIR. Package-Manager: portage-2.2.7 --- dev-libs/clens/clens-0.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/clens/clens-0.7.0.ebuild b/dev-libs/clens/clens-0.7.0.ebuild index 3823cbe..d1168b5 100644 --- a/dev-libs/clens/clens-0.7.0.ebuild +++ b/dev-libs/clens/clens-0.7.0.ebuild @@ -20,7 +20,7 @@ src_prepare() { } src_install() { - emake DESTDIR="${ED}" \ + emake DESTDIR="${D}" \ LOCALBASE="/usr" \ LIBDIR="/usr/$(get_libdir)" \ install