diff options
Diffstat (limited to 'src/bootstrap.sh')
-rw-r--r-- | src/bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap.sh b/src/bootstrap.sh index 55060b3..91d82b6 100644 --- a/src/bootstrap.sh +++ b/src/bootstrap.sh @@ -22,7 +22,7 @@ create_directories () { ln -s usr/lib ${SYSROOT}/lib64 ln -s usr/lib ${SYSROOT}/usr/lib64 - ln -s usr ${SYSROOT}/usr/local + ln -s ../usr ${SYSROOT}/usr/local chmod 0755 ${SYSROOT}/dev chmod 1777 ${SYSROOT}/tmp chmod 0555 ${SYSROOT}/sys |