summaryrefslogtreecommitdiff
path: root/sysutils/u-boot
diff options
context:
space:
mode:
authormrg <mrg@pkgsrc.org>2019-06-08 10:01:22 +0000
committermrg <mrg@pkgsrc.org>2019-06-08 10:01:22 +0000
commit04b5400a5949db59d24bb2d4b87029fcd5b76120 (patch)
tree3189d996c95e349e69a437a81d99a4642a158344 /sysutils/u-boot
parentf6288af5b72c77222245d62db0caa8e716d60f83 (diff)
downloadpkgsrc-04b5400a5949db59d24bb2d4b87029fcd5b76120.tar.gz
fix the previous. probably worked on systems that exposed a
"python2" in the path somewhere. now many the u-boot packages build again (not all were broken.)
Diffstat (limited to 'sysutils/u-boot')
-rw-r--r--sysutils/u-boot/u-boot.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/u-boot/u-boot.mk b/sysutils/u-boot/u-boot.mk
index 4f932e03a9c..1cf6bbbc0cd 100644
--- a/sysutils/u-boot/u-boot.mk
+++ b/sysutils/u-boot/u-boot.mk
@@ -1,4 +1,4 @@
-# $NetBSD: u-boot.mk,v 1.17 2019/06/05 06:18:02 mrg Exp $
+# $NetBSD: u-boot.mk,v 1.18 2019/06/08 10:01:22 mrg Exp $
.include "../../sysutils/u-boot/u-boot-version.mk"
@@ -24,10 +24,12 @@ PYTHON_FOR_BUILD_ONLY= yes
PYTHON_VERSIONS_ACCEPTED= 27
REPLACE_INTERPRETER+= python2
-REPLACE.python2.old= .*/usr/bin/\(env.\|\)*python2*
+REPLACE.python2.old= python2
REPLACE.python2.new= ${PYTHONBIN}
REPLACE_FILES.python2= scripts/fill_scrapyard.py \
+ tools/binman/binman \
tools/binman/binman.py \
+ tools/dtoc/dtoc \
tools/dtoc/dtoc.py \
tools/genboardscfg.py \
tools/moveconfig.py