X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from dal-a2.localdomain (unknown [74.117.189.115]) by mail.alpinelinux.org (Postfix) with ESMTP id 3C5A5DC11E0 for ; Fri, 28 Jun 2013 07:08:13 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (3.203.202.84.customer.cdi.no [84.202.203.3]) (using SSLv3 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ncopa@tanael.org) by dal-a2.localdomain (Postfix) with ESMTPSA id 8572CBC299C; Fri, 28 Jun 2013 07:08:12 +0000 (UTC) Date: Fri, 28 Jun 2013 09:08:09 +0200 From: Natanael Copa To: Dubiousjim Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH 2/2] testing/getmail: fix some old shebang lines Message-ID: <20130628090809.64b3dc22@ncopa-desktop.alpinelinux.org> In-Reply-To: References: <3bc8dd2376380a60e5ad04f133d9d12f8d0dd1e4.1372313545.git.dubiousjim@gmail.com> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.17; x86_64-unknown-linux-gnu) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 27 Jun 2013 02:12:25 -0400 Dubiousjim wrote: > To be honest, I think these are irrelevant to the functioning of the program, > since the files in question are imported by the offlineimap app, rather than > being run as scripts. (Not sure why the shebang lines are there at > all...cruft?) > --- > testing/getmail/APKBUILD | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/testing/getmail/APKBUILD b/testing/getmail/APKBUILD > index b5dc763..013c863 100644 > --- a/testing/getmail/APKBUILD > +++ b/testing/getmail/APKBUILD > @@ -33,6 +33,8 @@ build() { > package() { > cd "$_builddir" > python setup.py install --prefix=/usr --root="$pkgdir" || return 1 > + # fix some broken shebang calls > + sed -i -e "s|#![ ]*/usr/bin/env python2\.3|#!/usr/bin/env python|" $(find $pkgdir -name '*.py') > } > > md5sums="1ca7e1bc034cf5578e8ceb251668962a getmail-4.39.0.tar.gz" I applied both and bumped pkgrel afterwards so builders picks it up. Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---