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

@@ -28,7 +28,7 @@ class Musl_brotli < Package
is_static
def self.build
load "#{CREW_LIB_PATH}lib/musl.rb"
load "#{CREW_LIB_PATH}/lib/musl.rb"
FileUtils.mkdir('builddir')
Dir.chdir('builddir') do
system "#{MUSL_CMAKE_OPTIONS} \