summaryrefslogtreecommitdiff
path: root/repo/core/mpc.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-13 19:49:37 +0000
committerdavidovski <david@davidovski.xyz>2022-01-13 19:49:37 +0000
commit2e534f6dcdbca6700bc18354925986b054330725 (patch)
tree39e6233e6e0c9fb737ce5c1987039c3a10df193c /repo/core/mpc.xibuild
parent31741d5c284261ef59b0ce8839b47ff44a2f6bf7 (diff)
fixed issues with headers
cleaned other packages to fit better with lfs
Diffstat (limited to 'repo/core/mpc.xibuild')
-rw-r--r--repo/core/mpc.xibuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/repo/core/mpc.xibuild b/repo/core/mpc.xibuild
index d242a83..5fd5898 100644
--- a/repo/core/mpc.xibuild
+++ b/repo/core/mpc.xibuild
@@ -12,7 +12,9 @@ build () {
make html
make check
+}
+package () {
make DESTDIR=$PKG_DEST install
make DESTDIR=$PKG_DEST install-html
}