summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Husmann2015-10-02 21:35:08 +0200
committerStefan Husmann2015-10-02 21:35:08 +0200
commitcf78199df755b87444d046e275d0b5db7723a073 (patch)
tree9c92efef383c6391810d487f282196ee3f3cf99c /PKGBUILD
parentf9f7b176bfd9d3661eafd291a9810e9af1120d19 (diff)
downloadaur-cf78199df755b87444d046e275d0b5db7723a073.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 0 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d73f86bc36b..ecfb3f4c80bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,17 +18,6 @@ pkgver() {
git describe --tags | sed 's|-|.|g'
}
-#prepare() {
-# cd "$srcdir"/"$_gitname"
-# # python2 fix
-# for file in examples/data/scripts/uzbl*; do
-# sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-# done
-# sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-# -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-# $(find ./ -name '*.py') bin/*
-##}
-
build() {
cd "$srcdir"/"$_gitname"
make PREFIX=/usr