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:
@@ -32,8 +32,8 @@ class Newlisp < Package
|
||||
# one shipped with bash.
|
||||
#
|
||||
# Ideally I'll figure out how to get it building properly as follows:
|
||||
# system "./configure --prefix=/usr/local --enable-readline --enable-ffi"
|
||||
system "./configure-alt --prefix=/usr/local"
|
||||
# system "./configure --prefix=#{CREW_PREFIX} --enable-readline --enable-ffi"
|
||||
system "./configure-alt --prefix=#{CREW_PREFIX}"
|
||||
system "make"
|
||||
system "make", "check"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user