From 06705fea906a2a87d18ac8fdfbc76064303c6503 Mon Sep 17 00:00:00 2001 From: rillig Date: Thu, 2 Feb 2006 19:17:44 +0000 Subject: Use ${LOCALBASE}/bin/rpm2cpio instead of the plain rpm2cpio. It could not be found before unless ${LOCALBASE}/bin was in the PATH. --- cross/i386-linux/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cross') diff --git a/cross/i386-linux/Makefile b/cross/i386-linux/Makefile index d064b6182be..2e2a8b2de47 100644 --- a/cross/i386-linux/Makefile +++ b/cross/i386-linux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/12/05 20:49:56 rillig Exp $ +# $NetBSD: Makefile,v 1.22 2006/02/02 19:17:44 rillig Exp $ # DISTVERSION= 2.0.7.1 @@ -33,7 +33,7 @@ LDFLAGS_FOR_TARGET= -Wl,-rpath-link=${SYS_LIB} post-extract: @cd ${WRKDIR}; \ for file in ${LINUXDEVEL_FILES}; do \ - rpm2cpio ${_DISTDIR}/$$file | cpio -id; \ + ${LOCALBASE}/bin/rpm2cpio ${_DISTDIR}/$$file | cpio -id; \ done @cd ${WRKDIR}/lib && ${MV} -f * ${SYS_LIB} @cd ${CROSS_SYS_INCLUDE} && ${RM} -f asm linux scsi -- cgit v1.2.3