Commit 884a19af authored by Andreas Tille's avatar Andreas Tille
Browse files

Set HOME

parent c4be0c3d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -19,7 +19,8 @@ override_dh_auto_build:
		$(FALCON_PREFIX)/include \
		$(FALCON_PREFIX)/lib \
		$(FALCON_PREFIX)/pylib
	$(MAKE) all
	mkdir $(CURDIR)/../home
	HOME=$(CURDIR)/../home $(MAKE) all

override_dh_auto_test: unit-tests integration-tests ;