diff options
author | Filippo Falezza | 2022-12-14 23:03:21 +0000 |
---|---|---|
committer | Filippo Falezza | 2022-12-14 23:03:21 +0000 |
commit | 4b6ae6c7b6a20b1d1e5dd5eb5661d115bd040162 (patch) | |
tree | 602cbf2f4429f6832553988460f702765a5843d1 | |
parent | 22d5c386b68e8f9a6eb9d1b7fe9817fdb3dc95c1 (diff) | |
download | aur-4b6ae6c7b6a20b1d1e5dd5eb5661d115bd040162.tar.gz |
Added symlink for CLHEP libraries
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |