summaryrefslogtreecommitdiff
path: root/repo/core/m4.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/m4.xibuild
parent31741d5c284261ef59b0ce8839b47ff44a2f6bf7 (diff)
fixed issues with headers
cleaned other packages to fit better with lfs
Diffstat (limited to 'repo/core/m4.xibuild')
-rw-r--r--repo/core/m4.xibuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/repo/core/m4.xibuild b/repo/core/m4.xibuild
index 4bf522d..409c9a3 100644
--- a/repo/core/m4.xibuild
+++ b/repo/core/m4.xibuild
@@ -9,5 +9,6 @@ DESC="The gnu m4 macro processor"
build () {
./configure --prefix=/usr
make
+ make check
make DESTDIR=$PKG_DEST install
}