baselayout: Fix style

This commit is contained in:
Dylan Araps 2020-03-19 08:45:53 +02:00
parent 225acbd05c
commit 76387dad39
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ install -dm 1777 "$1/tmp"
# Setup /usr hierarchy.
for d in bin include lib lib32 share src; do
install -d -m755 "$1"/usr/"$d"
install -dm 755 "$1/usr/$d"
done
# Setup manpages directories.