diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-17 09:45:18 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-17 09:45:18 +0000 |
commit | 866f2e7378e06c4c6935a933f77cb9e66330f02e (patch) | |
tree | 3b5d8419b80579d9711d71bde2ec48003ad622c7 /emulators | |
parent | 17e5d823aaa99d08f00ca930c7cb57a7f1a446f4 (diff) | |
download | ports-866f2e7378e06c4c6935a933f77cb9e66330f02e.tar.gz ports-866f2e7378e06c4c6935a933f77cb9e66330f02e.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-gentoo-stage1/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux_dist-gentoo-stage1/Makefile | 2 |
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} |