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

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

diff --git a/Makefile b/Makefile
index ed0d669..12bd672 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.5.0