summaryrefslogtreecommitdiff
path: root/community/root
diff options
context:
space:
mode:
Diffstat (limited to 'community/root')
-rw-r--r--community/root/PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/community/root/PKGBUILD b/community/root/PKGBUILD
index d3c7cdd11..4441cb5dc 100644
--- a/community/root/PKGBUILD
+++ b/community/root/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=root
pkgver=5.30.00
-pkgrel=4
+pkgrel=5
pkgdesc='C++ data analysis framework and interpreter from CERN.'
arch=('i686' 'x86_64')
url='http://root.cern.ch'
@@ -46,6 +46,9 @@ build() {
sed \
-e 's/python $(pkgpyexecdir)/python2 $(pkgpyexecdir)/g' \
-i cint/reflex/python/genreflex/Makefile.am
+ sed \
+ -e 's/python /python2 /' \
+ -i config/genreflex.in config/genreflex-rootcint.in
./configure \
${TARGET} \