1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Description: Fix FTBFS with make --shuffle=reverse
Author: Emmanuel Bouthenot <kolter@debian.org>
Origin: vendor
Bug-Debian: https://bugs.debian.org/1105342
Forwarded: no
Last-Update: 2025-11-29
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Makefile.in
+++ b/Makefile.in
@@ -62,7 +62,7 @@
$(DESTDIR)$(mandir)/man7 \
$(DESTDIR)$(mandir)/man8
-install: installdirs install_bin install_man install_config install_sample install_data
+install: installdirs .WAIT install_bin install_man install_config install_sample install_data
install_bin: ffproxy
$(INSTALL_PROGRAM) ffproxy $(DESTDIR)$(bindir)
|