From bb499959d88da1b3937c23b5405089c907188a81 Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 10 Mar 2022 11:59:16 +0000 Subject: added and patched broken packages --- repo/system/musl-legacy-compat.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/system/musl-legacy-compat.xibuild') diff --git a/repo/system/musl-legacy-compat.xibuild b/repo/system/musl-legacy-compat.xibuild index 33d0e45..00ecaa1 100644 --- a/repo/system/musl-legacy-compat.xibuild +++ b/repo/system/musl-legacy-compat.xibuild @@ -15,7 +15,7 @@ DESC="Legacy compatibility headers for musl" package () { for h in cdefs queue tree do - install -v -D -m644 $h.h $PKG_DEST/usr/include/sys + install -D -m644 $h.h $PKG_DEST/usr/include/sys done } -- cgit v1.2.1