summaryrefslogtreecommitdiff
path: root/emulators/linux_base-gentoo-stage1
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-10-15 08:00:46 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-10-15 08:00:46 +0000
commit16ba5521c0fcd01a2fa5776c6ad919ae86c487d2 (patch)
tree11379a5e8572d81352add3de705730f958bcc6fb /emulators/linux_base-gentoo-stage1
parentupdate www/p5-CGI-Kwiki: 0.18 -> 0.18_1 (diff)
Remove dev/null dev/stdout instead of trying to remove dev/null twice.
found by: kris
Notes
Notes: svn path=/head/; revision=91295
Diffstat (limited to 'emulators/linux_base-gentoo-stage1')
-rw-r--r--emulators/linux_base-gentoo-stage1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux_base-gentoo-stage1/Makefile b/emulators/linux_base-gentoo-stage1/Makefile
index 92baca1a5c06..dde705dcdc43 100644
--- a/emulators/linux_base-gentoo-stage1/Makefile
+++ b/emulators/linux_base-gentoo-stage1/Makefile
@@ -59,7 +59,7 @@ do-install:
- ${MKDIR} ${PREFIX}
${TAR} -C ${PREFIX} -xypSf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}
- ${CP} -p /etc/resolv.conf ${PREFIX}/etc/
- ${RM} ${PREFIX}/dev/null ${PREFIX}/dev/null
+ ${RM} ${PREFIX}/dev/null ${PREFIX}/dev/stdout
mknod ${PREFIX}/dev/null c 2 2
mknod ${PREFIX}/dev/stdout c 22 1
brandelf -t Linux ${PREFIX}/sbin/ldconfig ${PREFIX}/sbin/sln