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 option value='koszko-scripts'>koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/bootloader
AgeCommit message (Expand)Author
2018-09-14gnu: Rename "banana-pi" to "bananapi"....Danny Milosavljevic
2018-06-26bootloader: grub-efi: Identify as "GuixSD" instead of "grub"....Marius Bakke
2018-06-26bootloader: grub-efi: Support EFI directories relative to MOUNT-POINT....Marius Bakke
2018-06-01bootloader: grub: Use 'with-extensions'....Ludovic Courtès
2018-06-01bootloader: grub: Simplify 'svg->png'....Ludovic Courtès
2018-05-29system: Add u-boot-puma-rk3399....Vagrant Cascadian
2018-05-28file-systems: Remove 'title' field and add <file-system-label>....Ludovic Courtès
2018-05-18system: Add u-boot-pine64-plus installer....Vagrant Cascadian
2018-05-12bootloader: extlinux: Fix menu support with u-boot....Vagrant Cascadian
2018-05-11system: Add u-boot-novena installer....Vagrant Cascadian
2018-05-11system: Add wandboard installer....Vagrant Cascadian
2018-05-11system: Add mx6cuboxi installer....Vagrant Cascadian