mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Unhardcode paths (#2782)
* Unhardcode paths (fixed since last time) * Misc. fixes * More little fixes. * Quoting fixes * Fix quoting * Unhardcode paths Libcap fix * Last little fixes
This commit is contained in:
@@ -21,7 +21,7 @@ class Waf < Package
|
||||
})
|
||||
|
||||
depends_on 'help2man'
|
||||
depends_on 'python27' unless File.exists? '/usr/local/bin/python'
|
||||
depends_on 'python27' unless File.exists? "#{CREW_PREFIX}/bin/python"
|
||||
|
||||
def self.build
|
||||
system './waf-light configure build'
|
||||
|
||||
Reference in New Issue
Block a user