From dfd8b7b8542e23d480be1b5d9b6c60057fb0984c Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Tue, 8 May 2018 22:17:03 +0100 Subject: Use debian install layout Forwarded: not-needed Last-Update: 2018-05-14 Gbp-Pq: Name python3-use-deb-layout.patch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cbd85533..2cd9be0f 100644 --- a/Makefile +++ b/Makefile @@ -651,7 +651,7 @@ endif ifeq ($(PYTHON_BINDINGS),1) install_python: libbtrfsutil_python $(Q)cd libbtrfsutil/python; \ - $(PYTHON) setup.py install --skip-build $(if $(DESTDIR),--root $(DESTDIR)) --prefix $(prefix) + $(PYTHON) setup.py install --install-layout=deb --skip-build $(if $(DESTDIR),--root $(DESTDIR)) --prefix $(prefix) .PHONY: install_python endif -- cgit v1.2.1