summaryrefslogtreecommitdiff
path: root/repo/system/musl-legacy-compat.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/musl-legacy-compat.xibuild')
-rw-r--r--repo/system/musl-legacy-compat.xibuild2
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
}