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 o Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/ocr.scm
AgeCommit message (Expand)Author
2022-08-29gnu: tesseract-ocr: Propagate leptonica....Marius Bakke
2022-08-12gnu: tesseract-ocr: Make the default install minimally useful....Maxim Cournoyer
2022-08-12gnu: Add tesseract-ocr-tessdata-fast....Maxim Cournoyer
2022-08-12gnu: tesseract-ocr: Update to 5.2.0....Maxim Cournoyer
2022-08-12gnu: ocrad: Update to 0.28....Maxim Cournoyer
2022-05-31gnu: Remove python2-zinnia....Maxim Cournoyer
2022-02-07gnu: gimagereader: Use G-expressions....Nicolas Goaziou
2022-02-07gnu: gimagereader: Remove input labels....Nicolas Goaziou
2022-02-07gnu: gimagereader: Update to 3.4.0....Nicolas Goaziou