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