]> git.pld-linux.org Git - packages/devscripts.git/blame_incremental - devscripts_install-layout.patch
up to 2.15.7
[packages/devscripts.git] / devscripts_install-layout.patch
... / ...
CommitLineData
1Removes the debian-only --install-layout python-setuptools option
2
3--- devscripts-2.15.7/scripts/Makefile~ 2015-08-03 09:38:41.000000000 +0300
4+++ devscripts-2.15.7/scripts/Makefile 2015-08-03 09:39:15.202484554 +0300
5@@ -86,7 +86,7 @@
6 $(foreach python,$(shell py3versions -r ../debian/control),$(python) setup.py test$(\n))
7
8 install: all
9- python3 setup.py install --root="$(DESTDIR)" --no-compile --install-layout=deb
10+ python3 setup.py install --root="$(DESTDIR)" --no-compile
11 cp $(SCRIPTS) $(DESTDIR)$(BINDIR)
12 ln -sf edit-patch $(DESTDIR)$(BINDIR)/add-patch
13 install -d $(DESTDIR)$(COMPL_DIR)
This page took 0.075701 seconds and 4 git commands to generate.