aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2005-01-16 03:35:49 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2005-01-16 03:35:49 +0000
commit10910c2994609bd31e464f22561bfec7f114703b (patch)
tree303a33d7f5b72c13bbf492509e48b1e67e7ace98 /emulators
parent183694cd536767991632595941176ed691ca12fb (diff)
downloadports-10910c2994609bd31e464f22561bfec7f114703b.tar.gz
ports-10910c2994609bd31e464f22561bfec7f114703b.zip
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/linux_base-gentoo-stage1/Makefile2
-rw-r--r--emulators/linux_dist-gentoo-stage1/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linux_base-gentoo-stage1/Makefile b/emulators/linux_base-gentoo-stage1/Makefile
index 01f74dc36c80..62167b5da1e7 100644
--- a/emulators/linux_base-gentoo-stage1/Makefile
+++ b/emulators/linux_base-gentoo-stage1/Makefile
@@ -45,7 +45,7 @@ DISTNAME= stage1-x86-2004.3
do-extract:
@${MKDIR} ${WRKSRC}
- @${TAR} --exclude=./dev -xp -C ${WRKSRC} \
+ @${TAR} --exclude=./dev -xpy -C ${WRKSRC} \
-f ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}
@${ECHO_CMD} etc/resolv.conf > ${PLIST}
@cd ${WRKSRC} && ${FIND} * -type f -o -type l >> ${PLIST} \
diff --git a/emulators/linux_dist-gentoo-stage1/Makefile b/emulators/linux_dist-gentoo-stage1/Makefile
index 01f74dc36c80..62167b5da1e7 100644
--- a/emulators/linux_dist-gentoo-stage1/Makefile
+++ b/emulators/linux_dist-gentoo-stage1/Makefile
@@ -45,7 +45,7 @@ DISTNAME= stage1-x86-2004.3
do-extract:
@${MKDIR} ${WRKSRC}
- @${TAR} --exclude=./dev -xp -C ${WRKSRC} \
+ @${TAR} --exclude=./dev -xpy -C ${WRKSRC} \
-f ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}
@${ECHO_CMD} etc/resolv.conf > ${PLIST}
@cd ${WRKSRC} && ${FIND} * -type f -o -type l >> ${PLIST} \