switch to using bad utility in base packages

This commit is contained in:
Ella-0 2021-09-30 15:01:41 +01:00
parent 44f3573897
commit b2877c4179
9 changed files with 20 additions and 20 deletions

View file

@ -9,12 +9,12 @@ fetch() {
build() {
cd $pkgname-$pkgver
gmake prefix=/usr all CC=cc
bad --gmake gmake prefix=/usr all CC=cc
}
package() {
cd $pkgname-$pkgver
gmake prefix=/usr DESTDIR=$pkgdir install
bad --gmake gmake prefix=/usr DESTDIR=$pkgdir install
}
license() {