]> git.pld-linux.org Git - packages/devscripts.git/blame - devscripts_install-layout.patch
rebuild with python 3.10
[packages/devscripts.git] / devscripts_install-layout.patch
CommitLineData
01aa3128
JR
1diff -urNp -x '*.orig' devscripts-2.18.6.org/scripts/Makefile devscripts-2.18.6/scripts/Makefile
2--- devscripts-2.18.6.org/scripts/Makefile 2021-03-04 22:38:11.020414057 +0100
3+++ devscripts-2.18.6/scripts/Makefile 2021-03-04 22:38:11.090413685 +0100
4@@ -133,7 +133,7 @@ clean:
5 test: test_pl test_sh test_py
bbee6e63
ER
6
7 install: all
8- python3 setup.py install --root="$(DESTDIR)" --no-compile --install-layout=deb
9+ python3 setup.py install --root="$(DESTDIR)" --no-compile
bbee6e63
ER
10 cp $(SCRIPTS) $(DESTDIR)$(BINDIR)
11 ln -sf edit-patch $(DESTDIR)$(BINDIR)/add-patch
c46be4b9 12 install -d $(DESTDIR)$(COMPL_DIR)
This page took 0.054701 seconds and 4 git commands to generate.