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

retawq: rework receipt; add cryptkeeper.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Dec 05 20:07:13 2016 +0200 (2016-12-05)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/retawq/stuff/retawq.patch	Mon Dec 05 20:07:13 2016 +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) ;;