Make configure assume nvi can store backups in /var/tmp. --- a/dist/configure 2014-09-01 14:46:01.075778095 +0200 +++ b/dist/configure 2014-09-01 14:52:08.411790122 +0200 @@ -21319,23 +21319,8 @@ if test "${vi_cv_path_preserve+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else - dirlist="/var/preserve /var/tmp /usr/tmp" - vi_cv_path_preserve=no - for i in $dirlist; do - if test -d $i/vi.recover; then - vi_cv_path_preserve=$i/vi.recover - break; - fi - done - if test "$vi_cv_path_preserve" = no; then - for i in $dirlist; do - if test -d $i -a -w $i; then - vi_cv_path_preserve=$i/vi.recover - break; - fi - done - - fi +# Assume /var/tmp + vi_cv_path_preserve=/var/tmp/vi.recover fi if test "$vi_cv_path_preserve" = no; then Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/utils.scm
AgeCommit message (Expand)Author
2015-05-06search-paths: Export 'string-tokenize*'....Ludovic Courtès
2015-05-04search-paths: Add 'evaluate-search-paths', from (guix scripts package)....Ludovic Courtès
2014-10-05utils: Add 'strip-keyword-arguments'....Ludovic Courtès
2014-07-20guix: utils: Add fold-tree and fold-tree-leaves....Eric Bavier
2014-04-14offload: '{send,receive}-files' wait for completion of the transfer....Ludovic Courtès
2014-04-07tests: Avoid buffering in 'fcntl-flock' tests....Ludovic Courtès