Only add musl bin to path if musl is installed (#9345)

* Only add musl bin to path if musl is installed

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add print_source_bashrc to crew_profile_base

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
Satadru Pramanik, DO, MPH, MEng
2024-02-16 15:57:51 -05:00
committed by GitHub
parent 172ae0b004
commit 0a5a9e7a1d
29 changed files with 35 additions and 5 deletions

View File

@@ -20,6 +20,7 @@ class Musl_libucontext < Package
depends_on 'musl_native_toolchain' => :build
is_static
print_source_bashrc
def self.patch
load "#{CREW_LIB_PATH}/lib/musl.rb"