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 4E90E138DF2 for ; Thu, 13 Feb 2014 19:08:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE449E0B0A; Thu, 13 Feb 2014 19:08:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8319EE0B0A for ; Thu, 13 Feb 2014 19:08:56 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B025D33F8F4 for ; Thu, 13 Feb 2014 19:08:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 73A7518873 for ; Thu, 13 Feb 2014 19:08:54 +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: <1392318587.c520a73a702519336236efdba4e40eb5b83c7ce8.blueness@gentoo> Subject: [gentoo-commits] proj/elfix:master commit in: misc/install-xattr/ X-VCS-Repository: proj/elfix X-VCS-Files: misc/install-xattr/Makefile X-VCS-Directories: misc/install-xattr/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: c520a73a702519336236efdba4e40eb5b83c7ce8 X-VCS-Branch: master Date: Thu, 13 Feb 2014 19:08:54 +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: b61beb6d-293b-4c0c-abb7-417f01b60218 X-Archives-Hash: 192d92a24dd4029143d2ee097c302808 commit: c520a73a702519336236efdba4e40eb5b83c7ce8 Author: Anthony G. Basile gentoo org> AuthorDate: Thu Feb 13 19:09:47 2014 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Thu Feb 13 19:09:47 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=c520a73a misc/install-xattr/Makefile: fix install rule --- misc/install-xattr/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/install-xattr/Makefile b/misc/install-xattr/Makefile index bbc2cf1..7143f3f 100644 --- a/misc/install-xattr/Makefile +++ b/misc/install-xattr/Makefile @@ -9,8 +9,8 @@ install-xattr: install-xattr.c PREFIX = /usr BINDIR = $(PREFIX)/bin -install: xattr-install - install -m 755 -D install-xattr $(DESTDIR)$(BINDIR)/install-xattr +install: install-xattr + install -m 755 -D install-xattr $(DESTDIR)$(BINDIR)/$< check: checkcopyattrs.sh install-xattr $(PWD)/checkcopyattrs.sh