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

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