diff options
Diffstat (limited to 'src/bootstrap.sh')
-rw-r--r-- | src/bootstrap.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap.sh b/src/bootstrap.sh index 02d8434..55060b3 100644 --- a/src/bootstrap.sh +++ b/src/bootstrap.sh @@ -32,6 +32,7 @@ create_directories () { chmod 0750 ${SYSROOT}/root chmod 0755 ${SYSROOT}/usr/bin chmod 0755 ${SYSROOT}/usr/lib + chmod 0755 ${SYSROOT}/ } import_keys () { |