bmake: workaround for install-sh exec error.
This commit is contained in:
parent
cdb831ae4f
commit
0c799f40ae
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=20150505
|
version=20150505
|
||||||
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>"
|
||||||
|
@ -20,6 +20,7 @@ do_configure() {
|
||||||
../boot-strap op=build
|
../boot-strap op=build
|
||||||
cp linux*-*/bmake .
|
cp linux*-*/bmake .
|
||||||
fi
|
fi
|
||||||
|
sed -i '1s,:,#!/bin/sh,g' install-sh
|
||||||
}
|
}
|
||||||
do_build() {
|
do_build() {
|
||||||
mkdir -p bmake/bmake-build
|
mkdir -p bmake/bmake-build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue