a8bdf24
diff -rupN devscripts-2.18.2/scripts/Makefile devscripts-2.18.2-new/scripts/Makefile
a8bdf24
--- devscripts-2.18.2/scripts/Makefile	2018-04-23 13:25:06.673949461 +0200
a8bdf24
+++ devscripts-2.18.2-new/scripts/Makefile	2018-04-23 13:25:06.675949461 +0200
89e427d
@@ -108,7 +108,7 @@ clean:
fee0fbe
 test: test_pl test_sh test_py
e30ec00
 
e30ec00
 install: all
e30ec00
-	python3 setup.py install --root="$(DESTDIR)" --no-compile --install-layout=deb
e30ec00
+	python3 setup.py install --root="$(DESTDIR)" --no-compile
e30ec00
 	cp $(SCRIPTS) $(DESTDIR)$(BINDIR)
e30ec00
 	ln -sf edit-patch $(DESTDIR)$(BINDIR)/add-patch
c7a1919
 	install -d $(DESTDIR)$(COMPL_DIR)