summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFilippo Falezza2022-12-14 23:03:21 +0000
committerFilippo Falezza2022-12-14 23:03:21 +0000
commit4b6ae6c7b6a20b1d1e5dd5eb5661d115bd040162 (patch)
tree602cbf2f4429f6832553988460f702765a5843d1 /PKGBUILD
parent22d5c386b68e8f9a6eb9d1b7fe9817fdb3dc95c1 (diff)
downloadaur-4b6ae6c7b6a20b1d1e5dd5eb5661d115bd040162.tar.gz
Added symlink for CLHEP libraries
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb0d32c90e42..e71f13c6146d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -90,6 +90,7 @@ package() {
install -D -m 755 Geant4.sh $pkgdir/etc/profile.d/Geant4.sh
install -D -m 755 Geant4.csh $pkgdir/etc/profile.d/Geant4.csh
ln -s $pkgdir/usr/include/Geant4/CLHEP $pkgdir/usr/include/CLHEP
+ ln -s $pkgdir/usr/include/Geant4/PTL $pkgdir/usr/include/PTL
cd ${srcdir}/build
make DESTDIR="${pkgdir}" install