wok-6.x view retawq/stuff/retawq.patch @ rev 22642
updated debootstrap (1.0.48 -> 1.0.116)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jan 14 07:46:35 2020 +0100 (2020-01-14) |
parents | |
children |
line source
1 --- a/configure
2 +++ b/configure
3 @@ -1660,13 +1660,13 @@
4 initial_path="\$4"
5 files="\$5"
6 act="\${ITCHCONFIG_ACT-}"
7 - ic_makedir="\${MKDIRPROG-mkdir}"
8 + ic_makedir="mkdir -p"
9 ic_program_prefix="$ic_program_prefix"
10 ic_program_suffix="$ic_program_suffix"
11 checked_path=
12 for one_file in \$files
13 do
14 - path="\$initial_path"
15 + path="\$DESTDIR\$initial_path"
16 file=\`echo "\$one_file" | sed 's,.*[/],,'\`
17 case \$magic in
18 m0) ;;