toybox: fix conflict with llvm-readelf
This commit is contained in:
parent
21eebdb14f
commit
3255cbd2b0
2 changed files with 17 additions and 10 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue