mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -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
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user