From: Mark Huang <mlhuang@cs.princeton.edu>
Date: Wed, 5 Apr 2006 19:41:20 +0000 (+0000)
Subject: - fix typo
X-Git-Tag: myplc-0_4-rc1~16
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=9c295d2d824cbc779f805955ee0ba8e5577cb020;p=sliceimage.git

- fix typo
---

diff --git a/build.sh b/build.sh
index 81b5dd8..ce350b4 100755
--- a/build.sh
+++ b/build.sh
@@ -104,7 +104,7 @@ mknod -m 644 $vroot/dev/urandom c 1 9
 mknod -m 666 $vroot/dev/tty c 5 0
 mknod -m 666 $vroot/dev/ptmx c 5 2
 # For bash command substitution
-ln -nsf ../proc/self/fd /dev/fd
+ln -nsf ../proc/self/fd $vroot/dev/fd
 # For df and linuxconf
 touch $vroot/dev/hdv1
 # For TUN/TAP