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 1PnbXk-0006vE-QW for garchives@archives.gentoo.org; Thu, 10 Feb 2011 18:47:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E343AE09E7; Thu, 10 Feb 2011 18:46:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B0D29E09E7 for ; Thu, 10 Feb 2011 18:46:55 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37C961B4041 for ; Thu, 10 Feb 2011 18:46:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 91CC68006A for ; Thu, 10 Feb 2011 18:46:54 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <739af37a0a13a10e5a41a426aad00bbed3bf8ca7.grobian@gentoo> Subject: [gentoo-commits] proj/portage:prefix commit in: / X-VCS-Repository: proj/portage X-VCS-Files: tarball.sh X-VCS-Directories: / X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 739af37a0a13a10e5a41a426aad00bbed3bf8ca7 Date: Thu, 10 Feb 2011 18:46: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 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 11880a578048858bf8b70346f3809f05 commit: 739af37a0a13a10e5a41a426aad00bbed3bf8ca7 Author: Fabian Groffen gentoo org> AuthorDate: Thu Feb 10 18:45:34 2011 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Thu Feb 10 18:45:34 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D739af37a tarball.sh: typo, remove space --- tarball.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tarball.sh b/tarball.sh index 9bfc409..70116ac 100755 --- a/tarball.sh +++ b/tarball.sh @@ -28,7 +28,7 @@ install -d -m0755 ${DEST} rsync -a --exclude=3D'.git' --exclude=3D'.hg' . ${DEST} sed -i -e '/^VERSION=3D/s/^.*$/VERSION=3D"'${V}-prefix'"/' ${DEST}/pym/p= ortage/__init__.py sed -i -e "1s/VERSION/${V}-prefix/" ${DEST}/doc/fragment/version -sed -i -e "1s/VERSION/${V}-prefix/" ${DEST}/ man/* +sed -i -e "1s/VERSION/${V}-prefix/" ${DEST}/man/* sed -i -e "s/@version@/${V}/" ${DEST}/configure.in =20 cd ${DEST}