diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-02-20 16:55:34 +0100 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-02-20 16:55:34 +0100 |
commit | f7010e4f838d2653a11b58af9b5807add8e11db2 (patch) | |
tree | 216a73385f8474882084bef09b486f407621966b /patches | |
parent | db398e140d75068c179e1e36d486ae6cfadcdd0e (diff) | |
download | midipix_build-f7010e4f838d2653a11b58af9b5807add8e11db2.tar.bz2 midipix_build-f7010e4f838d2653a11b58af9b5807add8e11db2.tar.xz |
patches/bmake{,_host}.local.patch: updated/added.
Diffstat (limited to 'patches')
-rw-r--r-- | patches/bmake.local.patch | 7 | ||||
-rw-r--r-- | patches/bmake_host.local.patch | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/patches/bmake.local.patch b/patches/bmake.local.patch index 0b8eb731..32bf1d36 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 00000000..7973489d --- /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) |