File: 09_ftbfs-shuffle-make

package info (click to toggle)
ffproxy 1.6-14
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 904 kB
  • sloc: ansic: 2,311; asm: 578; sh: 425; makefile: 93
file content (19 lines) | stat: -rw-r--r-- 636 bytes parent folder | download
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)