Blob Blame History Raw
From 112e113cd395eb8580ccb889871ac068a66d6713 Mon Sep 17 00:00:00 2001
From: Michael Kuhn <suraia@fedoraproject.org>
Date: Fri, 6 Nov 2015 18:27:24 +0100
Subject: [PATCH 1/4] Remove --install-layout

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index effb98d..6013145 100644
--- a/Makefile
+++ b/Makefile
@@ -29,8 +29,8 @@ install: debian-distro-info ubuntu-distro-info
 	install -m 644 $(wildcard doc/*.1) $(DESTDIR)$(PREFIX)/share/man/man1
 	install -d $(DESTDIR)$(PREFIX)/share/perl5/Debian
 	install -m 644 $(wildcard perl/Debian/*.pm) $(DESTDIR)$(PREFIX)/share/perl5/Debian
-	cd python && python setup.py install --root="$(DESTDIR)" --no-compile --install-layout=deb
-	cd python && python3 setup.py install --root="$(DESTDIR)" --no-compile --install-layout=deb
+	cd python && python setup.py install --root="$(DESTDIR)" --no-compile
+	cd python && python3 setup.py install --root="$(DESTDIR)" --no-compile
 
 test: test-commandline test-perl test-python
 
-- 
2.17.1