mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -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:
@@ -24,7 +24,7 @@ class Gox < Package
|
||||
|
||||
def self.install
|
||||
system "go get github.com/mitchellh/iochan"
|
||||
system "mkdir -p #{CREW_DEST_DIR}/usr/local/bin"
|
||||
system "go build -o #{CREW_DEST_DIR}/usr/local/bin/gox"
|
||||
system "mkdir -p #{CREW_DEST_PREFIX}/bin"
|
||||
system "go build -o #{CREW_DEST_PREFIX}/bin/gox"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user