remove trailing slashes from const.rb (#9016)

* remove trailing slash from CREW_DEST_DIR

* remove trailing slash from CREW_META_PATH

* remove trailing slash from CREW_MAN_PREFIX

* remove trailing slash from CREW_PACKAGES_PATH

* remove trailing slash from CREW_LIB_PATH

* remove trailing slash from CREW_CONFIG_PATH

* remove trailing slash from CREW_BREW_DIR

* remove trailing slash from CREW_WINE_PREFIX

* fixup

* suggested changes
This commit is contained in:
Satadru Pramanik, DO, MPH, MEng
2023-11-29 17:00:40 -05:00
committed by GitHub
parent 71047d0b26
commit d3af5eaa4d
41 changed files with 88 additions and 91 deletions

View File

@@ -42,7 +42,7 @@ class Musl_libunwind < Package
end
def self.build
load "#{CREW_LIB_PATH}lib/musl.rb"
load "#{CREW_LIB_PATH}/lib/musl.rb"
system "#{MUSL_ENV_OPTIONS} ./configure --prefix=#{CREW_MUSL_PREFIX} \
--enable-shared \
--enable-static \