From 7c64c5039335c73eaa1a402c417235e8ca9a5109 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 13 Jun 2011 19:04:06 +0000 Subject: Mon Jun 13 19:04:06 UTC 2011 --- community/uzbl/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community/uzbl/PKGBUILD') diff --git a/community/uzbl/PKGBUILD b/community/uzbl/PKGBUILD index 82bbe2770..42cfc5ea3 100644 --- a/community/uzbl/PKGBUILD +++ b/community/uzbl/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 45245 2011-04-18 20:59:54Z lcarlier $ +# $Id: PKGBUILD 49179 2011-06-12 21:24:14Z jelle $ # Maintainer : Laurent Carlier # Contributor: Ionut Biru # Contributor: Dieter Plaetinck @@ -6,7 +6,7 @@ pkgbase=uzbl pkgname=('uzbl-core' 'uzbl-browser' 'uzbl-tabbed') pkgver=2011.04.12 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64') url="http://www.uzbl.org" license=('GPL3') @@ -23,7 +23,7 @@ build() { done sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \ -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \ - $(find ./ -name '*.py') + $(find ./ -name '*.py') bin/* make } -- cgit v1.2.3-54-g00ecf