Skip to content
Snippets Groups Projects
Verified Commit b70e0c7b authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

system/musl: we have to rm libintl.h after all

parent bd49ebf0
No related branches found
No related tags found
No related merge requests found
......@@ -95,8 +95,9 @@ package() {
ln -sf ../../lib/"$LDSO" "$pkgdir"/usr/bin/ldd
fi
rm "$pkgdir"/usr/include/utmp.h
rm "$pkgdir"/usr/include/utmpx.h
rm "$pkgdir"/usr/include/libintl.h # gettext-tiny
rm "$pkgdir"/usr/include/utmp.h # utmps
rm "$pkgdir"/usr/include/utmpx.h # utmps
}
utils() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment