summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Gizdov2018-10-16 11:19:08 +0100
committerKonstantin Gizdov2018-10-16 11:19:08 +0100
commitb84647f39ee1fe0a4593444ead82ab4dd13a12df (patch)
tree04d68b8e550b98e4b41a14a6adde7bbe4b11327d
parentdd4a7df1c49a9d4eaa4c90d73a93c6bf446d2356 (diff)
downloadaur-b84647f39ee1fe0a4593444ead82ab4dd13a12df.tar.gz
small cleanup
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75956d8f933f..9bf1e0f59fb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,6 @@ prepare() {
cp -a "root_numpy-${pkgver}" "root_numpy-py2-${pkgver}"
cd "root_numpy-py2-${pkgver}"
- msg2 "Adjusting Python 2 shebangs..."
find . -name '*.py' -type f -exec \
sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \