]> git.pld-linux.org Git - packages/devscripts.git/blame - devscripts_install-man.patch
- rediff patches
[packages/devscripts.git] / devscripts_install-man.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.193746470 +0100
3+++ devscripts-2.18.6/scripts/Makefile 2021-03-04 22:38:11.267079414 +0100
4@@ -147,5 +147,7 @@ install: all
5 install -d $(DESTDIR)$(DATA_DIR)
6 mv $(DESTDIR)$(BINDIR)/debpkg $(DESTDIR)$(DATA_DIR)
bbee6e63
ER
7 cp debpkg-wrapper $(DESTDIR)$(BINDIR)/debpkg
8+ install -dD $(DESTDIR)$(MAN1DIR)
9+ cp *.1 $(DESTDIR)$(MAN1DIR)
10
01aa3128 11 .PHONY: test test_pl test_sh test_py all install clean scripts
This page took 0.083712 seconds and 4 git commands to generate.