summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonstantin Gizdov2018-10-16 11:19:39 +0100
committerKonstantin Gizdov2018-10-16 11:19:39 +0100
commit23f6a94f46d447521f9683bfcc8d1431fc0010ed (patch)
tree44125e21031af3d365438848a5780644983bc047 /PKGBUILD
parentbbe3a31e6a5a19b4ee1bd902f23a606a426d9b80 (diff)
downloadaur-23f6a94f46d447521f9683bfcc8d1431fc0010ed.tar.gz
small cleanup
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a44e6bc4ddfc..48482f6e9efc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,6 @@ prepare() {
cp -a "${_pkgbase}-${pkgver}" "${_pkgbase}-py2-${pkgver}"
cd "${_pkgbase}-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|" \