summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2016-02-25 12:58:14 +0100
committerFrederik “Freso” S. Olesen2016-02-25 12:58:14 +0100
commit0648498e6724788209588639514379c595a2dc89 (patch)
treec3c2f78070194257c732687f39d5a6d025bbc2b1 /PKGBUILD
parenta27ce3936cdd8cd756e9056433ea36c2c3686282 (diff)
downloadaur-0648498e6724788209588639514379c595a2dc89.tar.gz
Remove Python path `sed` correction.
The only file that's using /usr/bin/python is setup.py, which is explicitly being called using `python2` by the PKGBUILD anyway - and it's been fixed in the "next" branch too, so even that will no longer be referencing `python` soon.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0dec3cbb1917..5c7d2038bada 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,12 +24,6 @@ pkgver() {
git describe --tags | sed 's/v//; s/-/.r/; s/-g/./'
}
-prepare() {
- cd lutris
-
- sed -i 's|^#!.*python$|#!/usr/bin/python2|' $(grep -rl '^#!.*python')
-}
-
package() {
cd lutris