Skip to content

Commit

Permalink
Fix arch bison++ PKGBUILD path and force make to run on one core (#7635)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Matzenbach <chris.matzenbach@omnisci.com>
Signed-off-by: Misiu Godfrey <misiu.godfrey@kraken.mapd.com>
  • Loading branch information
2 people authored and misiugodfrey committed Aug 26, 2024
1 parent e6e3925 commit ffe7de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/arch/bison++/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ build() {
package() {
cd "$srcdir/$pkgname-$pkgver"

make prefix="$pkgdir/usr/" install
make prefix="$pkgdir/usr" install -j 1
}

# vim:ts=2:sw=2:et:

0 comments on commit ffe7de8

Please sign in to comment.