summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSantiago Rojo2021-09-16 01:18:32 -0300
committerPaulo Matias2021-09-16 09:38:06 -0300
commited75ee2e65e71b99f8cbbf605e3fdbade49fb9ea (patch)
treeac45c51eb433b3d7144ef7851e4f644f3e061b89 /PKGBUILD
parent89fb973f10e0127540196dc9835196fa761f0b5c (diff)
downloadaur-ed75ee2e65e71b99f8cbbf605e3fdbade49fb9ea.tar.gz
Update build step
The Makefile for `bsc` has changed and `make` alone won't run the install script, but it'll print a usage help. With this change the required installation task will be executed properly.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 960d716bab82..553373b46b70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,7 @@ prepare() {
build(){
cd "$srcdir/bsc"
- make GHC="ghc -dynamic" GHCJOBS=2 GHCRTSFLAGS='+RTS -M5G -A128m -RTS'
+ make GHC="ghc -dynamic" GHCJOBS=2 GHCRTSFLAGS='+RTS -M5G -A128m -RTS' install-src
}
package() {