summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri John Ledkov <xnox@ubuntu.com>2018-05-08 22:17:03 +0100
committerDimitri John Ledkov <xnox@ubuntu.com>2018-05-08 22:17:03 +0100
commitdfd8b7b8542e23d480be1b5d9b6c60057fb0984c (patch)
tree60d0d6e7b7077fff8d354c3d711df7c0ae211674
parent8c453b490153c2dedebddf18f3460b3ef0a9cd16 (diff)
Use debian install layoutarchive/debian/4.16.1-1
Forwarded: not-needed Last-Update: 2018-05-14 Gbp-Pq: Name python3-use-deb-layout.patch
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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