From 6e4c86960d588e829f54467f5e9a1eecdacd4fe4 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 27 May 2020 10:22:11 +0300 Subject: [PATCH] baselayout: Drop lib32. --- core/baselayout/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/baselayout/build b/core/baselayout/build index a921a1d4..69affa99 100755 --- a/core/baselayout/build +++ b/core/baselayout/build @@ -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