all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 471f66ce83ff30069f70bd78e260a235cdbeb7d2 880 bytes (raw)
name: gnu/packages/patches/nvi-assume-preserve-path.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 
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

debug log:

solving 3a406ec ...
found 3a406ec in https://yhetil.org/guix/540594E3.10008@gmail.com/ ||
	https://yhetil.org/guix/5405C55A.6050301@gmail.com/

applying [1/1] https://yhetil.org/guix/540594E3.10008@gmail.com/
index 0000000..3a406ec

Checking patch gnu/packages/patches/nvi-assume-preserve-path.patch...
Applied patch gnu/packages/patches/nvi-assume-preserve-path.patch cleanly.

skipping https://yhetil.org/guix/5405C55A.6050301@gmail.com/ for 3a406ec
index at:
100644 471f66ce83ff30069f70bd78e260a235cdbeb7d2	gnu/packages/patches/nvi-assume-preserve-path.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.