Don't run preconfigure in a subshell of a subshell... it seems to bork up

the path.

Approved by:	kris
This commit is contained in:
Alan Eldridge 2002-12-15 16:56:53 +00:00
parent d1b55e63c1
commit 37b825e8c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71655
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ post-patch:
${WRKSRC}/config
pre-configure:
@(cd ${WRKSRC}; ${AUTOHEADER})
@cd ${WRKSRC}; ${AUTOHEADER}
pre-install:
@${SED} -e 's,%%PREFIX%%,${PREFIX},g' \

View file

@ -35,7 +35,7 @@ post-patch:
${WRKSRC}/config
pre-configure:
@(cd ${WRKSRC}; ${AUTOHEADER})
@cd ${WRKSRC}; ${AUTOHEADER}
pre-install:
@${SED} -e 's,%%PREFIX%%,${PREFIX},g' \