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 D549E138010 for ; Sun, 24 Mar 2013 15:30:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27723E0876; Sun, 24 Mar 2013 15:30:42 +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 AF8FBE0876 for ; Sun, 24 Mar 2013 15:30:41 +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 B4E2D33BE0E for ; Sun, 24 Mar 2013 15:30:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3CCB8E4073 for ; Sun, 24 Mar 2013 15:30:39 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1364139016.4516ceb50809fe99526b52e139261960b387c850.floppym@gentoo> Subject: [gentoo-commits] proj/python-updater:master commit in: / X-VCS-Repository: proj/python-updater X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 4516ceb50809fe99526b52e139261960b387c850 X-VCS-Branch: master Date: Sun, 24 Mar 2013 15:30:39 +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: 378a005a-ae05-4b2f-a52a-fd3f8ed83242 X-Archives-Hash: c6739313f925831cda0e9b9f85f7fdbc commit: 4516ceb50809fe99526b52e139261960b387c850 Author: Mike Gilbert gentoo org> AuthorDate: Sun Mar 24 15:30:16 2013 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Mar 24 15:30:16 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/python-updater.git;a=commit;h=4516ceb5 Makefile updates. --- Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cb9e2f2..30d33b8 100644 --- a/Makefile +++ b/Makefile @@ -15,8 +15,8 @@ python-updater.1: python-updater $(MAN_INCLUDE) .PHONY: all clean tarball upload clean: rm -fr python-updater.1 *.bz2 $(PKGDIR) || true -tarball: - mkdir $(PKGDIR) +tarball: $(FILES) + mkdir -p $(PKGDIR) cp $(FILES) $(PKGDIR) tar -cjf $(TARBALL) $(PKGDIR) rm -fr $(PKGDIR)