summaryrefslogtreecommitdiffstats
path: root/stage1
diff options
context:
space:
mode:
authorAl Stone <ahs3@redhat.com>2012-10-17 16:54:05 -0600
committerAl Stone <ahs3@redhat.com>2012-10-17 16:54:05 -0600
commit5eefff0076c8f360add88dd33267700d31c98e4f (patch)
tree3b62ae73143928fd9548b94bcbd9cb37463fda07 /stage1
parent7e728c77fef82055ee91fcad6957e1780c519b3a (diff)
downloadbootstrap.git.DONOTUSE-5eefff0076c8f360add88dd33267700d31c98e4f.tar.gz
bootstrap.git.DONOTUSE-5eefff0076c8f360add88dd33267700d31c98e4f.tar.xz
bootstrap.git.DONOTUSE-5eefff0076c8f360add88dd33267700d31c98e4f.zip
added libexec to usrlinks so compilers would work
Diffstat (limited to 'stage1')
-rwxr-xr-xstage12
1 files changed, 1 insertions, 1 deletions
diff --git a/stage1 b/stage1
index e4221a8..d3b02a4 100755
--- a/stage1
+++ b/stage1
@@ -583,7 +583,7 @@ fi
"usrlinks" )
test -d $ROOTFS || mkdir -p $ROOTFS
mkdir $ROOTFS/usr
- for i in bin sbin lib
+ for i in bin sbin lib libexec
do
ln -s usr/$i $ROOTFS/$i
mkdir $ROOTFS/usr/$i