summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlukelabrie2023-10-18 17:35:15 +0200
committerlukelabrie2023-10-18 17:35:15 +0200
commit92042f6da9f3debd221f190b3438eb617bb57109 (patch)
treee1ed5b7bf2e439abfeb0499774e6804f5e473ef5 /PKGBUILD
parentf0dba164ee6f80f45042c65eb0ca752598614ce3 (diff)
downloadaur-92042f6da9f3debd221f190b3438eb617bb57109.tar.gz
refactor of path handling
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 296dd24ea4de..669e3b6cc1b0 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -69,4 +69,5 @@ package() {
make DESTDIR="$pkgdir/" install
cp -r $srcdir/${pkgname} $pkgdir/opt/openmc
cp $srcdir/set_paths.sh $pkgdir/opt/openmc
+ cp $srcdir/openmc.sh $pkgdir/opt/openmc
} \ No newline at end of file