summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Gizdov2018-10-16 11:18:35 +0100
committerKonstantin Gizdov2018-10-16 11:18:35 +0100
commit37f58b02db4e41fbd12e74c8043836f0ca6276a8 (patch)
tree95a7bb9881ee4b0c52799b67c74907fd67e08df5
parent0c883d8ab1ef7678a30d0d15e29c8e992e170889 (diff)
downloadaur-37f58b02db4e41fbd12e74c8043836f0ca6276a8.tar.gz
small cleanup
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a613cd97cc8b..c175673197d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,6 @@ prepare() {
cp -a "hep_ml-${pkgver}" "hep_ml-py2-${pkgver}"
cd "hep_ml-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|" \