From c82064ca023c8446eb63e332081f357700b006ed Mon Sep 17 00:00:00 2001 From: Johann Fredrik Jadebeck Date: Thu, 27 Jan 2022 15:05:38 +0100 Subject: [PATCH] Fix apps/Makefile for non-debian systems --install-layout=deb prevents building for general systems. We require a branch where we can pull code from automatically that will work. --- apps/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Makefile.am b/apps/Makefile.am index 959ae1b..449f07f 100644 --- a/apps/Makefile.am +++ b/apps/Makefile.am @@ -19,7 +19,7 @@ all-local: $(PYTHON) setup.py build install-exec-local: - $(PYTHON) setup.py install --prefix=$$DESTDIR$(prefix) --install-layout=deb + $(PYTHON) setup.py install --prefix=$$DESTDIR$(prefix) clean-local: rm -rf build