toybox: fix conflict with llvm-readelf

This commit is contained in:
Ella-0 2021-05-25 12:56:46 +00:00
parent 21eebdb14f
commit 3255cbd2b0
2 changed files with 17 additions and 10 deletions

View file

@ -28,8 +28,12 @@ package() {
# ln -sr $pkgdir/bin/toybox $pkgdir/usr/bin/lspci
gmake PREFIX=$pkgdir install
# Provided by NetBSD Curses
rm $pkgdir/usr/bin/clear
rm $pkgdir/usr/bin/reset
# LLVM Provides this
rm $pkgdir/usr/bin/readelf
# rm $pkgdir/usr/bin/tar
}