wok annotate retawq/stuff/retawq.patch @ rev 25335
updated libhtp and libhtp-dev (0.5.39 -> 0.5.40)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jul 23 17:39:36 2022 +0100 (2022-07-23) |
parents | |
children |
rev | line source |
---|---|
al@19543 | 1 --- a/configure |
al@19543 | 2 +++ b/configure |
al@19543 | 3 @@ -1660,13 +1660,13 @@ |
al@19543 | 4 initial_path="\$4" |
al@19543 | 5 files="\$5" |
al@19543 | 6 act="\${ITCHCONFIG_ACT-}" |
al@19543 | 7 - ic_makedir="\${MKDIRPROG-mkdir}" |
al@19543 | 8 + ic_makedir="mkdir -p" |
al@19543 | 9 ic_program_prefix="$ic_program_prefix" |
al@19543 | 10 ic_program_suffix="$ic_program_suffix" |
al@19543 | 11 checked_path= |
al@19543 | 12 for one_file in \$files |
al@19543 | 13 do |
al@19543 | 14 - path="\$initial_path" |
al@19543 | 15 + path="\$DESTDIR\$initial_path" |
al@19543 | 16 file=\`echo "\$one_file" | sed 's,.*[/],,'\` |
al@19543 | 17 case \$magic in |
al@19543 | 18 m0) ;; |