summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2022-03-27 17:27:59 +0000
committertnn <tnn@pkgsrc.org>2022-03-27 17:27:59 +0000
commitb7d2e7dda3e6a7a1cda08b38cf19a4fec1abb27f (patch)
tree7837daebe880fe2a9cc9359be0095728dcf3d1ce /sysutils
parent92e5632fb9e47e6b40e8ed159249542d94bc7dcb (diff)
downloadpkgsrc-b7d2e7dda3e6a7a1cda08b38cf19a4fec1abb27f.tar.gz
u-boot.mk: fix bug that made do-configure non-retryable
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/u-boot/u-boot.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/u-boot/u-boot.mk b/sysutils/u-boot/u-boot.mk
index 9dc25c7a975..c0435f948b0 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.34 2021/08/12 07:33:49 wiz Exp $
+# $NetBSD: u-boot.mk,v 1.35 2022/03/27 17:27:59 tnn Exp $
.include "../../sysutils/u-boot/u-boot-version.mk"
@@ -58,7 +58,7 @@ post-patch:
do-configure:
.if !empty(UBOOT_SWIG_VERSION:M3)
${MKDIR} -p ${BUILDLINK_DIR}/bin
- ${RM} -f ${BUILDLINK_DIR}/bin/swig3.0
+ ${RM} -f ${BUILDLINK_DIR}/bin/swig
${LN} -s ${PREFIX}/bin/swig3.0 ${BUILDLINK_DIR}/bin/swig
.endif
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${UBOOT_CONFIG}