mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 23:48:01 -05:00
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:
committed by
GitHub
parent
71047d0b26
commit
d3af5eaa4d
@@ -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} \
|
||||
|
||||
Reference in New Issue
Block a user