pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cross/i386-linux Use ${LOCALBASE}/bin/rpm2cpio instead...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4abaa1cc7857
branches:  trunk
changeset: 507467:4abaa1cc7857
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Feb 02 19:17:44 2006 +0000

description:
Use ${LOCALBASE}/bin/rpm2cpio instead of the plain rpm2cpio. It could not
be found before unless ${LOCALBASE}/bin was in the PATH.

diffstat:

 cross/i386-linux/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 09e0813b308d -r 4abaa1cc7857 cross/i386-linux/Makefile
--- a/cross/i386-linux/Makefile Thu Feb 02 18:20:59 2006 +0000
+++ b/cross/i386-linux/Makefile Thu Feb 02 19:17:44 2006 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index