summaryrefslogtreecommitdiff
path: root/community/uzbl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/uzbl/PKGBUILD')
-rw-r--r--community/uzbl/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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 <lordheavym@gmail.com>
# Contributor: Ionut Biru <ibiru@archlinux.org>
# Contributor: Dieter Plaetinck <dieter@plaetinck.be>
@@ -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
}