diff -rupN --no-dereference devscripts/scripts/Makefile devscripts-new/scripts/Makefile --- devscripts/scripts/Makefile 2023-06-15 07:40:56.298862902 +0200 +++ devscripts-new/scripts/Makefile 2023-06-15 07:40:56.302862922 +0200 @@ -164,5 +164,7 @@ install: all install -d $(DESTDIR)$(DATA_DIR)/scripts mv $(DESTDIR)$(BINDIR)/run_bisect $(DESTDIR)$(DATA_DIR)/scripts mv $(DESTDIR)$(BINDIR)/run_bisect_qemu $(DESTDIR)$(DATA_DIR)/scripts + install -dD $(DESTDIR)$(MAN1DIR) + cp *.1 $(DESTDIR)$(MAN1DIR) .PHONY: test test_pl test_sh test_py all install clean scripts