Blob Blame History Raw
diff -rupN devscripts-2.19.3/scripts/Makefile devscripts-2.19.3-new/scripts/Makefile
--- devscripts-2.19.3/scripts/Makefile	2019-02-18 10:40:48.707107329 +0100
+++ devscripts-2.19.3-new/scripts/Makefile	2019-02-18 10:40:48.709107327 +0100
@@ -122,7 +122,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)