summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYIGIT DALLILAR2018-06-02 17:11:05 -0400
committerYIGIT DALLILAR2018-06-02 17:11:05 -0400
commitcb6cf4c2c455daaf80980098b45e68aa3b9ac546 (patch)
treecf3e459219c3ea0dfd3b52ffec4a27d91b593575
parent30b2e5287ea8b965fa74481a810a438255acc4f1 (diff)
downloadaur-cb6cf4c2c455daaf80980098b45e68aa3b9ac546.tar.gz
--with-heasoft --> --with-headas
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3cdc36375ca9..9bce20312fcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ build() {
HEADAS=/opt/heasoft/x86_64-pc-linux-gnu-libc${_glibcver}
cd $srcdir/${pkgname}-${pkgver}-41
- ./configure --prefix=${pkgdir}/opt/${pkgname} --with-heasoft=$HEADAS
+ ./configure --prefix=${pkgdir}/opt/${pkgname} --with-headas=$HEADAS
make
}