Fix usage of archivers/pax as tool when NBPAX_PROGRAM_PREFIX is set.
This commit is contained in:
parent
3e15011f66
commit
f62ebf29a4
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: replace.mk,v 1.231 2011/04/08 23:06:51 tez Exp $
|
||||
# $NetBSD: replace.mk,v 1.232 2011/07/15 15:35:02 hans Exp $
|
||||
#
|
||||
# Copyright (c) 2005 The NetBSD Foundation, Inc.
|
||||
# All rights reserved.
|
||||
|
@ -664,7 +664,7 @@ MAKEFLAGS+= TOOLS_IGNORE.pax=
|
|||
TOOLS_DEPENDS.pax?= pax>=20040802:../../archivers/pax
|
||||
TOOLS_CREATE+= pax
|
||||
TOOLS_FIND_PREFIX+= TOOLS_PREFIX.pax=pax
|
||||
TOOLS_PATH.pax= ${TOOLS_PREFIX.pax}/bin/pax
|
||||
TOOLS_PATH.pax= ${TOOLS_PREFIX.pax}/bin/${NBPAX_PROGRAM_PREFIX}pax
|
||||
. endif
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue