summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Ivanov2020-10-18 06:54:57 +0200
committerPeter Ivanov2020-10-18 06:54:57 +0200
commita9c83cb4ccb5bf5a630f5faecfd2f2f4285b995f (patch)
tree55fa3bbdb680da105b9bc0f0f2994ddd1aa4eed5 /PKGBUILD
parent3bdf3561171271fa2321193322742c0f0e8fb98c (diff)
downloadaur-a9c83cb4ccb5bf5a630f5faecfd2f2f4285b995f.tar.gz
Python script patching was fixed.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0872a365d7f0..c72c7997d96a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@ PKGEXT='.pkg.tar'
#}
build () {
- find . -iname fixpaths.py -o -iname checkglade -o -iname update_ini|xargs perl -p -i -e "s/python/python2/"
+ find . -iname fixpaths.py -o -iname checkglade -o -iname update_ini|xargs perl -p -i -e "s/python$/python2/"
cd $srcdir/$_gitname/src
patch -Np2 -i $srcdir/libtirpc.patch