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:
James Larrowe
2018-10-26 13:38:09 -05:00
committed by Ed Reel
parent ca933a3a37
commit dc96990fd1
89 changed files with 182 additions and 191 deletions

View File

@@ -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'