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 427CA1381F3 for ; Mon, 24 Dec 2012 11:00:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FDBC21C032; Mon, 24 Dec 2012 10:59:09 +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 76A4621C04A for ; Mon, 24 Dec 2012 10:59:08 +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 884B633D948 for ; Mon, 24 Dec 2012 10:59:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E4D77E5444 for ; Mon, 24 Dec 2012 10:59:05 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1356346676.fb6bcb1d775bf6c67ebf31abaf127bb5258300ff.blueness@gentoo> Subject: [gentoo-commits] proj/elfix:elfix-0.7.x 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: fb6bcb1d775bf6c67ebf31abaf127bb5258300ff X-VCS-Branch: elfix-0.7.x Date: Mon, 24 Dec 2012 10:59:05 +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: 77224b41-1a73-4fae-82ca-8c89c4a73584 X-Archives-Hash: 4bcff5103d1b38049721f29b6973dfce commit: fb6bcb1d775bf6c67ebf31abaf127bb5258300ff Author: Anthony G. Basile gentoo org> AuthorDate: Sat Dec 22 01:04:30 2012 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Dec 24 10:57:56 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=fb6bcb1d scripts/Makefile.am: install pypaxctl --- scripts/Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 9f36bdd..6728a83 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,4 +1,4 @@ ACLOCAL_AMFLAGS = -I m4 -dist_sbin_SCRIPTS = migrate-pax revdep-pax -EXTRA_DIST = paxmodule.c setup.py pypaxctl +dist_sbin_SCRIPTS = pypaxctl migrate-pax revdep-pax +EXTRA_DIST = paxmodule.c setup.py