mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
bmake: hotfix to define MAKE_VERSION again.
This commit is contained in:
parent
3560ed9915
commit
2828969101
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'bmake'
|
# Template file for 'bmake'
|
||||||
pkgname=bmake
|
pkgname=bmake
|
||||||
version=20160512
|
version=20160512
|
||||||
revision=1
|
revision=2
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
short_desc="Portable version of the NetBSD make build tool"
|
short_desc="Portable version of the NetBSD make build tool"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -12,6 +12,7 @@ checksum=6dc0cdf04452fc862731febdf5bb456d4c42a9e64f31f2fa97d8bc2c559b5d23
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
cd bmake
|
cd bmake
|
||||||
|
sed -i 's/\^MAKE_VERSION/^_MAKE_VERSION/' boot-strap make-bootstrap.sh.in
|
||||||
sed -i '1s,:,#!/bin/sh,g' install-sh
|
sed -i '1s,:,#!/bin/sh,g' install-sh
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
mkdir -p bmake-host
|
mkdir -p bmake-host
|
||||||
|
|
Loading…
Add table
Reference in a new issue