]> git.pld-linux.org Git - packages/devscripts.git/blob - devscripts_install-layout.patch
- rediff patches
[packages/devscripts.git] / devscripts_install-layout.patch
1 diff -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
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
10         cp $(SCRIPTS) $(DESTDIR)$(BINDIR)
11         ln -sf edit-patch $(DESTDIR)$(BINDIR)/add-patch
12         install -d $(DESTDIR)$(COMPL_DIR)
This page took 0.086732 seconds and 3 git commands to generate.