diff --git a/patches/bmake.local.patch b/patches/bmake.local.patch index 0b8eb73..32bf1d3 100644 --- a/patches/bmake.local.patch +++ b/patches/bmake.local.patch @@ -17,3 +17,10 @@ ) } +--- bmake/install-sh.orig 2020-02-15 15:51:24.856000000 +0000 ++++ bmake/install-sh 2020-02-20 15:52:47.596000000 +0000 +@@ -1,3 +1,4 @@ ++#!/bin/sh + : + # NAME: + # install.sh - portable version of install(1) diff --git a/patches/bmake_host.local.patch b/patches/bmake_host.local.patch new file mode 100644 index 0000000..7973489 --- /dev/null +++ b/patches/bmake_host.local.patch @@ -0,0 +1,7 @@ +--- bmake/install-sh.orig 2020-02-15 15:51:24.856000000 +0000 ++++ bmake/install-sh 2020-02-20 15:52:47.596000000 +0000 +@@ -1,3 +1,4 @@ ++#!/bin/sh + : + # NAME: + # install.sh - portable version of install(1)