summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJustin Jagieniak2019-07-18 15:51:55 +0000
committerJustin Jagieniak2019-07-18 15:51:55 +0000
commit48979e197a46ee3e3a5d3a22feb39fac84d3dc60 (patch)
tree0f33666be6cf491f52b8ec240faeb3ac3ee471f3 /PKGBUILD
parent365705a3a3a402197fcc18dc04cc34d9e11a251b (diff)
downloadaur-48979e197a46ee3e3a5d3a22feb39fac84d3dc60.tar.gz
Update PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e8893b1202e..bc9adf52088a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,7 +39,7 @@ prepare() {
source bin/activate
pip install --upgrade autobuild
- autobuild configure -A 64 -c ReleaseFS_open -- -DLL_TESTS:BOOL=FALSE -Dchan=Linux
+ autobuild configure -A 64 -c ReleaseFS_open -- -DLL_TESTS:BOOL=FALSE
}
build() {
@@ -47,7 +47,7 @@ build() {
cd "$pkgname"
source bin/activate
- autobuild build -A 64 -c ReleaseFS_open
+ autobuild build -A 64 -c ReleaseFS_open -- -Dchan=Linux
}
package() {