switch to using bad utility in base packages
This commit is contained in:
parent
44f3573897
commit
b2877c4179
9 changed files with 20 additions and 20 deletions
|
@ -14,8 +14,8 @@ fetch() {
|
|||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
CPUS=1 gmake defconfig
|
||||
CPUS=1 gmake
|
||||
CPUS=1 bad --gmake gmake defconfig
|
||||
CPUS=1 bad --gmake gmake
|
||||
}
|
||||
|
||||
package() {
|
||||
|
@ -27,7 +27,7 @@ package() {
|
|||
# install -d $pkgdir/usr/bin
|
||||
# ln -sr $pkgdir/bin/toybox $pkgdir/usr/bin/install
|
||||
# ln -sr $pkgdir/bin/toybox $pkgdir/usr/bin/lspci
|
||||
gmake PREFIX=$pkgdir install
|
||||
bad --gmake gmake PREFIX=$pkgdir install
|
||||
|
||||
# Provided by NetBSD Curses
|
||||
rm $pkgdir/usr/bin/clear
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue