wok diff retawq/stuff/retawq.patch @ rev 22539

updated bird (2.0.3 -> 2.0.7)
author Hans-G?nter Theisgen
date Fri Jan 03 16:08:36 2020 +0100 (2020-01-03)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/retawq/stuff/retawq.patch	Fri Jan 03 16:08:36 2020 +0100
     1.3 @@ -0,0 +1,18 @@
     1.4 +--- a/configure
     1.5 ++++ b/configure
     1.6 +@@ -1660,13 +1660,13 @@
     1.7 +   initial_path="\$4"
     1.8 +   files="\$5"
     1.9 +   act="\${ITCHCONFIG_ACT-}"
    1.10 +-  ic_makedir="\${MKDIRPROG-mkdir}"
    1.11 ++  ic_makedir="mkdir -p"
    1.12 +   ic_program_prefix="$ic_program_prefix"
    1.13 +   ic_program_suffix="$ic_program_suffix"
    1.14 +   checked_path=
    1.15 +   for one_file in \$files
    1.16 +   do
    1.17 +-    path="\$initial_path"
    1.18 ++    path="\$DESTDIR\$initial_path"
    1.19 +     file=\`echo "\$one_file" | sed 's,.*[/],,'\`
    1.20 +     case \$magic in
    1.21 +     m0) ;;