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:
@@ -26,12 +26,12 @@ class Gtypist < Package
|
||||
|
||||
def self.build
|
||||
system "autoreconf"
|
||||
system "./configure", "--prefix=/usr/local"
|
||||
system "./configure", "--prefix=#{CREW_PREFIX}"
|
||||
system "make"
|
||||
end
|
||||
|
||||
def self.install
|
||||
system "make", "prefix=#{CREW_DEST_DIR}/usr/local", "install"
|
||||
system "rm", "-f", "#{CREW_DEST_DIR}/usr/local/share/info/dir"
|
||||
system "make", "prefix=#{CREW_DEST_PREFIX}", "install"
|
||||
system "rm", "-f", "#{CREW_DEST_PREFIX}/share/info/dir"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user