baselayout: Drop lib32.

This commit is contained in:
Dylan Araps 2020-05-27 10:22:11 +03:00
parent 06a1a8bda5
commit 6e4c86960d
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

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