summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRod Kay2017-06-05 19:56:36 +1000
committerRod Kay2017-06-05 19:56:36 +1000
commit2d708c0b365bf26e32500fbf3c5d8073c3e9a2cc (patch)
treee93a4ef72a049bbdbf5669cc133284e7a5a3f644 /PKGBUILD
parentcf573171b62657dfedd73f57a110182e79af7710 (diff)
downloadaur-2d708c0b365bf26e32500fbf3c5d8073c3e9a2cc.tar.gz
Fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b655431dc226..2f55f498456f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -41,7 +41,8 @@ build() {
cd gprbuild
export OS=UNIX
make prefix=/usr PROCESSORS="$(nproc)" setup
- make GPRBUILD_OPTIONS=-R
+ make
+# make GPRBUILD_OPTIONS=-R
}
package() {