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
|
@ -15,18 +15,18 @@ build(){
|
|||
--build=x86_64-unknown-linux-musl \
|
||||
--host=x86_64-unknown-linux-musl \
|
||||
--prefix=/usr
|
||||
gmake
|
||||
bad --gmake gmake
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $pkgname-$pkgver
|
||||
gmake DESTDIR="$pkgdir" install
|
||||
bad --gmake gmake DESTDIR="$pkgdir" install
|
||||
rm -r $pkgdir/usr/share
|
||||
}
|
||||
|
||||
package_doc() {
|
||||
cd $pkgname-$pkgver
|
||||
gmake DESTDIR="$pkgdir" install
|
||||
bad --gmake gmake DESTDIR="$pkgdir" install
|
||||
rm -r $pkgdir/usr/bin
|
||||
}
|
||||
|
||||
|
|
|
@ -9,13 +9,13 @@ fetch() {
|
|||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
cd $pkgname
|
||||
gmake
|
||||
bad --gmake gmake
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $pkgname-$pkgver
|
||||
cd $pkgname
|
||||
gmake install INSTALL_DIR=$pkgdir/usr/bin
|
||||
bad --gmake gmake install INSTALL_DIR=$pkgdir/usr/bin
|
||||
}
|
||||
|
||||
license() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue