From 03bc53f84bb893f494a8bde4fcf8391edbc41dc9 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Mon, 12 Jul 2021 19:00:08 -0400 Subject: [PATCH] baselayout: remove lib64 and src from /usr --- core/baselayout/build | 4 +--- core/baselayout/version | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/core/baselayout/build b/core/baselayout/build index 0587df1..bd34689 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 share src; do +for d in bin include lib share; do install -dm 755 "$1/usr/$d" done @@ -25,8 +25,6 @@ ln -s usr/bin "$1/bin" ln -s usr/bin "$1/sbin" ln -s bin "$1/usr/sbin" ln -s usr/lib "$1/lib" -ln -s usr/lib "$1/lib64" -ln -s lib "$1/usr/lib64" # Setup /var. for d in cache local opt log/old lib/misc empty service; do diff --git a/core/baselayout/version b/core/baselayout/version index 65cd68b..65c9b94 100644 --- a/core/baselayout/version +++ b/core/baselayout/version @@ -1 +1 @@ -0 2 +0 3 -- 2.39.2