Adding bad --gmake
to files that use gmake
This commit is contained in:
parent
2423bb97ff
commit
420b1342a7
27 changed files with 64 additions and 64 deletions
|
@ -28,12 +28,12 @@ fetch() {
|
|||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
gmake CC="${CC:-clang}"
|
||||
bad --gmake gmake CC="${CC:-clang}"
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $pkgname-$pkgver
|
||||
gmake install DESTDIR=$pkgdir
|
||||
bad --gmake gmake install DESTDIR=$pkgdir
|
||||
}
|
||||
|
||||
license() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue