wok diff retawq/stuff/retawq.patch @ rev 21787
voxelands: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jul 24 14:51:54 2019 +0200 (2019-07-24) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/retawq/stuff/retawq.patch Wed Jul 24 14:51:54 2019 +0200 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) ;;