summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWu Junyu2022-12-09 13:18:42 +0900
committerWu Junyu2022-12-09 13:18:42 +0900
commitf0a8daff9e361c89ec2fcb9b49af37ebfb663904 (patch)
tree3f1213a499e55ae7a611a224ff1d5878f3366cf9 /PKGBUILD
parenta15eebb4b90465868fb719dcf4963c1cd1e85a88 (diff)
downloadaur-f0a8daff9e361c89ec2fcb9b49af37ebfb663904.tar.gz
Minor fix in directory
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ef921768935..4a20569ea3c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,10 +27,12 @@ build() {
}
check() {
+ cd "${srcdir}/build"
#test 243 skipped. See https://github.com/psi4/psi4/issues/2828
ctest -j`getconf _NPROCESSORS_ONLN` -L quick -E 243
}
package() {
+ cd "${srcdir}/build"
make install
}