Adding bad --gmake to files that use gmake

This commit is contained in:
MrVeink 2022-08-26 13:57:09 +03:00 committed by Ella Stanforth
parent 2423bb97ff
commit 420b1342a7
27 changed files with 64 additions and 64 deletions

View file

@ -13,12 +13,12 @@ build() {
cp ../config.mk .
cp ../velox.conf .
gmake PREFIX=/usr CC=cc
bad --gmake gmake PREFIX=/usr CC=cc
}
package() {
cd $pkgname-$pkgver
gmake install DESTDIR=$pkgdir PREFIX=/usr
bad --gmake gmake install DESTDIR=$pkgdir PREFIX=/usr
install -d $pkgdir/etc
install -Dm644 velox.conf $pkgdir/etc/
}