mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Add HOME to the list of crew constants (#3096)
This commit is contained in:
1
crew
1
crew
@@ -261,6 +261,7 @@ def const (var)
|
||||
'CREW_NPROC',
|
||||
'CREW_PREFIX',
|
||||
'CREW_VERSION',
|
||||
'HOME',
|
||||
'USER'
|
||||
]
|
||||
vars.each { |var|
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Defines common constants used in different parts of crew
|
||||
|
||||
CREW_VERSION = '1.1.0'
|
||||
CREW_VERSION = '1.1.1'
|
||||
|
||||
ARCH = `uname -m`.strip
|
||||
ARCH_LIB = if ARCH == 'x86_64' then 'lib64' else 'lib' end
|
||||
|
||||
Reference in New Issue
Block a user