summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-02-17 09:45:18 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-02-17 09:45:18 +0000
commit866f2e7378e06c4c6935a933f77cb9e66330f02e (patch)
tree3b5d8419b80579d9711d71bde2ec48003ad622c7 /emulators
parent- Update to version 1.0.0 (diff)
Use CUT macro.
Notes
Notes: svn path=/head/; revision=101168
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 4444340779fe..92e72fffb245 100644
--- a/emulators/linux_base-gentoo-stage1/Makefile
+++ b/emulators/linux_base-gentoo-stage1/Makefile
@@ -48,7 +48,7 @@ CONFLICTS=cle_base-* linux_base-6* linux_base-7* linux_base-8* linux_base-debia*
pre-install:
${ECHO_CMD} etc/resolv.conf > ${PLIST}
- ${TAR} tyf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | cut -c3-100 \
+ ${TAR} tyf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | ${CUT} -c3-100 \
> ${WRKDIR}/list.txt
cd ${WRKDIR} && ${GREP} -v '/$$' ${WRKDIR}/list.txt >> ${PLIST}
${GREP} '/$$' ${WRKDIR}/list.txt | ${SED} -e "s:^:@dirrm :g" >> ${PLIST}
diff --git a/emulators/linux_dist-gentoo-stage1/Makefile b/emulators/linux_dist-gentoo-stage1/Makefile
index 4444340779fe..92e72fffb245 100644
--- a/emulators/linux_dist-gentoo-stage1/Makefile
+++ b/emulators/linux_dist-gentoo-stage1/Makefile
@@ -48,7 +48,7 @@ CONFLICTS=cle_base-* linux_base-6* linux_base-7* linux_base-8* linux_base-debia*
pre-install:
${ECHO_CMD} etc/resolv.conf > ${PLIST}
- ${TAR} tyf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | cut -c3-100 \
+ ${TAR} tyf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | ${CUT} -c3-100 \
> ${WRKDIR}/list.txt
cd ${WRKDIR} && ${GREP} -v '/$$' ${WRKDIR}/list.txt >> ${PLIST}
${GREP} '/$$' ${WRKDIR}/list.txt | ${SED} -e "s:^:@dirrm :g" >> ${PLIST}