summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlukelabrie2023-10-13 16:24:04 +0200
committerlukelabrie2023-10-13 16:24:04 +0200
commit484406afa91609813896af1bcd978c31a3c04a7d (patch)
tree91ec159a6f9f716cfbc72261aa90b65b3a255724
parent89624592372441c482b228724d5c7b6d9beebf1b (diff)
downloadaur-484406afa91609813896af1bcd978c31a3c04a7d.tar.gz
refactor of path handling
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9a8e7824201..38785c03a38f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -68,7 +68,7 @@ package() {
make DESTDIR="$pkgdir/" install
pip install --break-system-packages ../
cp -r $srcdir/${pkgname} $pkgdir/opt/openmc
- cp set_paths.sh $pkgdir/opt/openmc
+ cp $srcdir/set_paths.sh $pkgdir/opt/openmc
# installed to opt, inform user how to set paths
_path_msg="$'\n'INFO: OpenMC and its dependencies were installed to the