diff options
author | davidovski <david@davidovski.xyz> | 2022-03-10 11:59:16 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-03-10 11:59:16 +0000 |
commit | bb499959d88da1b3937c23b5405089c907188a81 (patch) | |
tree | d9ddba6d0c8f1152c3919067a52250c6bf0759f9 /repo/system/musl-legacy-compat.xibuild | |
parent | 3602ce227f784f1c6233ef6ad3cd8f5ccad28e66 (diff) |
added and patched broken packages
Diffstat (limited to 'repo/system/musl-legacy-compat.xibuild')
-rw-r--r-- | repo/system/musl-legacy-compat.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |