Description: Fix FTBFS on buildds, where HOME is set to /nonexistent
Author: Christoph Egger <christoph@debian.org>
Forwarded: not-needed
Last-Update: 2018-05-26
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ FLAGS=--quiet --no-init
 endif
 
 buildapp: command-line.lisp utils.lisp buildapp.lisp dumper.lisp package.lisp
-	$(LISP) $(FLAGS) \
+	HOME=/tmp $(LISP) $(FLAGS) \
 	  --eval "(require 'asdf)" \
 	  --eval "(push \"$$(pwd)/\" asdf:*central-registry*)" \
 	  --eval "(require 'buildapp)" \
