2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

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

View File

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