From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RCbkP-0003Pb-WA for garchives@archives.gentoo.org; Sat, 08 Oct 2011 18:35:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39D4621C098; Sat, 8 Oct 2011 18:35:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0E6FD21C098 for ; Sat, 8 Oct 2011 18:35:38 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86EC51B4016 for ; Sat, 8 Oct 2011 18:35:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id A41C780042 for ; Sat, 8 Oct 2011 18:35:36 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <67057c3c0a24cb9ccfc0654acaedcdb7b2eedf5c.blueness@gentoo> Subject: [gentoo-commits] proj/elfix:master commit in: scripts/ X-VCS-Repository: proj/elfix X-VCS-Files: scripts/Makefile.am X-VCS-Directories: scripts/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 67057c3c0a24cb9ccfc0654acaedcdb7b2eedf5c Date: Sat, 8 Oct 2011 18:35:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 3eb3ecabd0f2896e31ca3fdecc217e6a commit: 67057c3c0a24cb9ccfc0654acaedcdb7b2eedf5c Author: Anthony G. Basile gentoo org> AuthorDate: Sat Oct 8 18:35:30 2011 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sat Oct 8 18:35:30 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/elfix.git;a=3D= commit;h=3D67057c3c scripts/Makefile.am: fix to work with make dist --- scripts/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 9faaeac..089cc3c 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1 +1 @@ -sbin_SCRIPTS =3D revdep-pax +dist_sbin_SCRIPTS =3D revdep-pax