eabfc08
From 112e113cd395eb8580ccb889871ac068a66d6713 Mon Sep 17 00:00:00 2001
2663644
From: Michael Kuhn <suraia@fedoraproject.org>
927b3a4
Date: Fri, 6 Nov 2015 18:27:24 +0100
eabfc08
Subject: [PATCH 1/4] Remove --install-layout
927b3a4
927b3a4
---
927b3a4
 Makefile | 4 ++--
927b3a4
 1 file changed, 2 insertions(+), 2 deletions(-)
927b3a4
927b3a4
diff --git a/Makefile b/Makefile
eabfc08
index effb98d..6013145 100644
927b3a4
--- a/Makefile
927b3a4
+++ b/Makefile
927b3a4
@@ -29,8 +29,8 @@ install: debian-distro-info ubuntu-distro-info
927b3a4
 	install -m 644 $(wildcard doc/*.1) $(DESTDIR)$(PREFIX)/share/man/man1
927b3a4
 	install -d $(DESTDIR)$(PREFIX)/share/perl5/Debian
927b3a4
 	install -m 644 $(wildcard perl/Debian/*.pm) $(DESTDIR)$(PREFIX)/share/perl5/Debian
927b3a4
-	cd python && python setup.py install --root="$(DESTDIR)" --no-compile --install-layout=deb
927b3a4
-	cd python && python3 setup.py install --root="$(DESTDIR)" --no-compile --install-layout=deb
927b3a4
+	cd python && python setup.py install --root="$(DESTDIR)" --no-compile
927b3a4
+	cd python && python3 setup.py install --root="$(DESTDIR)" --no-compile
927b3a4
 
927b3a4
 test: test-commandline test-perl test-python
927b3a4
 
927b3a4
-- 
eabfc08
2.17.1
927b3a4