Allow LISP to be specified on the outside
I don't think it's wise to force everyone to use system-wide lisp libraries by specifying `--no-userinit' here, but my pkgbuilds need it.
This commit is contained in:
parent
2c6d18f5f1
commit
6f5171c1ca
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with CLark. If not, see <http://www.gnu.org/licenses/>.
|
# along with CLark. If not, see <http://www.gnu.org/licenses/>.
|
||||||
DESTDIR ?= /usr/local
|
DESTDIR ?= /usr/local
|
||||||
LISP = sbcl --disable-debugger
|
LISP ?= sbcl --disable-debugger
|
||||||
|
|
||||||
binaries = clark
|
binaries = clark
|
||||||
install-binaries = $(addprefix install-,$(binaries))
|
install-binaries = $(addprefix install-,$(binaries))
|
||||||
|
|
Loading…
Reference in a new issue