[arch-commits] Commit in root/trunk (PKGBUILD)
Konstantin Gizdov
kgizdov at archlinux.org
Thu Apr 23 12:14:46 UTC 2020
Date: Thursday, April 23, 2020 @ 12:14:46
Author: kgizdov
Revision: 618117
hardlink genreflex and rootcint to rootcling
Modified:
root/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-23 12:14:41 UTC (rev 618116)
+++ PKGBUILD 2020-04-23 12:14:46 UTC (rev 618117)
@@ -7,7 +7,7 @@
pkgbase=root
pkgname=('root' 'root-cuda')
pkgver=6.20.04
-pkgrel=1
+pkgrel=2
pkgdesc='C++ data analysis framework and interpreter from CERN'
arch=('x86_64')
url='https://root.cern'
@@ -165,6 +165,12 @@
make DESTDIR="${pkgdir}" install
+ # fix missing hardlinks for genreflex and rootcint
+ cd "${pkgdir}"/usr/bin
+ ln -f rootcling rootcint
+ ln -f rootcling genreflex
+ cd "${bld_dir}" # go back
+
# fix python env call
sed -e 's/@python@/python/' -i "${pkgdir}/usr/lib/root/cmdLineUtils.py"
More information about the arch-commits
mailing list