summaryrefslogtreecommitdiff
path: root/repo/system
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-31 23:44:42 +0000
committerdavidovski <david@davidovski.xyz>2022-01-31 23:44:42 +0000
commit7632bb8eb2b1cc4b8cd91484206b22ad3b5c3a56 (patch)
tree7373fa22c2a5c40d185201b028df0b12d2bad825 /repo/system
parent635c45cf84c5c65e070ac77c8297f82419223c60 (diff)
disabled parallel installs for slang all the way through
Diffstat (limited to 'repo/system')
-rw-r--r--repo/system/slang.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/slang.xibuild b/repo/system/slang.xibuild
index c56c617..332f5e7 100644
--- a/repo/system/slang.xibuild
+++ b/repo/system/slang.xibuild
@@ -14,5 +14,5 @@ build () {
}
package () {
- make DESTDIR=$PKG_DEST install
+ make DESTDIR=$PKG_DEST install-all -j1
}