bmake: workaround for install-sh exec error.

This commit is contained in:
Christian Neukirchen 2015-05-11 15:12:19 +02:00
parent cdb831ae4f
commit 0c799f40ae

View file

@ -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