summaryrefslogtreecommitdiff
path: root/repo/system
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-31 23:42:49 +0000
committerdavidovski <david@davidovski.xyz>2022-01-31 23:42:49 +0000
commit635c45cf84c5c65e070ac77c8297f82419223c60 (patch)
tree2c2626c28f6eabdbb6166e977aff90fef170ca08 /repo/system
parente4bbfecb776aa4f0c25ad7184fde61abbc7b8480 (diff)
slang to only install
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 bec1551..c56c617 100644
--- a/repo/system/slang.xibuild
+++ b/repo/system/slang.xibuild
@@ -14,5 +14,5 @@ build () {
}
package () {
- make DESTDIR=$PKG_DEST install-all
+ make DESTDIR=$PKG_DEST install
}