From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 95528139694 for ; Tue, 18 Apr 2017 19:43:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55BC421C095; Tue, 18 Apr 2017 19:43:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3621C21C095 for ; Tue, 18 Apr 2017 19:43:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C203341649 for ; Tue, 18 Apr 2017 19:43:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6922E72DA for ; Tue, 18 Apr 2017 19:43:14 +0000 (UTC) From: "Aaron Swenson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Swenson" Message-ID: <1492544587.a49cc145883fdb24113096e3c73a1c6f76eb46de.titanofold@gentoo> Subject: [gentoo-commits] proj/postgresql/eselect:stateless commit in: / X-VCS-Repository: proj/postgresql/eselect X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron Swenson X-VCS-Revision: a49cc145883fdb24113096e3c73a1c6f76eb46de X-VCS-Branch: stateless Date: Tue, 18 Apr 2017 19:43:14 +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: 44b50a49-6698-465f-87bb-1f20e471edcd X-Archives-Hash: 641abadc41e6ff713523141108975933 commit: a49cc145883fdb24113096e3c73a1c6f76eb46de Author: Aaron W. Swenson gentoo org> AuthorDate: Tue Apr 18 19:43:07 2017 +0000 Commit: Aaron Swenson gentoo org> CommitDate: Tue Apr 18 19:43:07 2017 +0000 URL: https://gitweb.gentoo.org/proj/postgresql/eselect.git/commit/?id=a49cc145 Change to the proper directory level for tar Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 22dec4a..f2937fe 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ V := $(shell grep V $(D)/postgresql.eselect | grep -Po '[0-9.]+') all: mkdir -p $(D)/eselect-postgresql-$(V) cp $(D)/postgresql.eselect $(D)/eselect-postgresql-$(V)/ - tar cjf $(D)/eselect-postgresql-$(V).tbz2 $(D)/eselect-postgresql-$(V) + cd ${D} && tar cjf eselect-postgresql-$(V).tbz2 eselect-postgresql-$(V) clean: rm $(D)/eselect-postgresql-$(V)/postgresql.eselect From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 59CBA139696 for ; Tue, 18 Apr 2017 19:44:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1811C21C0A3; Tue, 18 Apr 2017 19:43:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EABFB21C0A3 for ; Tue, 18 Apr 2017 19:43:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 25AC934167A for ; Tue, 18 Apr 2017 19:43:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE0E87443 for ; Tue, 18 Apr 2017 19:43:37 +0000 (UTC) From: "Aaron Swenson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Swenson" Message-ID: <1492544587.a49cc145883fdb24113096e3c73a1c6f76eb46de.titanofold@gentoo> Subject: [gentoo-commits] proj/postgresql/eselect:master commit in: / X-VCS-Repository: proj/postgresql/eselect X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron Swenson X-VCS-Revision: a49cc145883fdb24113096e3c73a1c6f76eb46de X-VCS-Branch: master Date: Tue, 18 Apr 2017 19:43:37 +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: 9e3fee4c-6b79-47bb-a9ff-ec3c34332959 X-Archives-Hash: a37ea1d3093cd642119c76fd61cac4c7 Message-ID: <20170418194337.qrePM04HExIYkUrs1BZ3Sa5uw2-4Y9t4AMMDNrI7moM@z> commit: a49cc145883fdb24113096e3c73a1c6f76eb46de Author: Aaron W. Swenson gentoo org> AuthorDate: Tue Apr 18 19:43:07 2017 +0000 Commit: Aaron Swenson gentoo org> CommitDate: Tue Apr 18 19:43:07 2017 +0000 URL: https://gitweb.gentoo.org/proj/postgresql/eselect.git/commit/?id=a49cc145 Change to the proper directory level for tar Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 22dec4a..f2937fe 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ V := $(shell grep V $(D)/postgresql.eselect | grep -Po '[0-9.]+') all: mkdir -p $(D)/eselect-postgresql-$(V) cp $(D)/postgresql.eselect $(D)/eselect-postgresql-$(V)/ - tar cjf $(D)/eselect-postgresql-$(V).tbz2 $(D)/eselect-postgresql-$(V) + cd ${D} && tar cjf eselect-postgresql-$(V).tbz2 eselect-postgresql-$(V) clean: rm $(D)/eselect-postgresql-$(V)/postgresql.eselect