summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Jost2010-12-03 15:23:54 +0100
committerThomas Jost2010-12-03 15:23:54 +0100
commitb7a0c01bb4f065a8db8002d410c05eef6d1988c2 (patch)
tree3ef67e7f745ebcf7a3840c63077d381a0f12341c /PKGBUILD
parentfeda04a9e9e6d839e4adff2463f437a4bfcc6dcd (diff)
downloadaur-b7a0c01bb4f065a8db8002d410c05eef6d1988c2.tar.gz
Remove now unnecessary python2 fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75c42b50e021..9d2088fb83a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Jost <schnouki@schnouki.net>
pkgname=smartbg-git
-pkgver=20101006
+pkgver=20101203
pkgrel=1
pkgdesc="A smart wallpaper setter for multi-head X displays"
arch=(any)
@@ -39,10 +39,4 @@ build() {
install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING || return 1
install -Dm755 smartbg $pkgdir/usr/bin/smartbg
-
- # Patch to use python2
- find $pkgdir -type f \( -name '*.py' -or -executable \) -exec \
- sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
- -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
- \{\} +
}