mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 07:28:01 -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:
@@ -23,7 +23,7 @@ class Diffutils < Package
|
||||
depends_on 'libsigsegv'
|
||||
|
||||
def self.build
|
||||
system "./configure --prefix=/usr/local"
|
||||
system "./configure --prefix=#{CREW_PREFIX}"
|
||||
system "make"
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user