lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 8e93b8d 3/5: Fix defect introduced 20201103T2


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 8e93b8d 3/5: Fix defect introduced 20201103T2201Z: XML catalog broke install
Date: Sun, 3 Jan 2021 08:07:11 -0500 (EST)

branch: master
commit 8e93b8df5aa8dab213590cd5be4e0d76e11101ca
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Fix defect introduced 20201103T2201Z: XML catalog broke install
    
    Changed the XML catalog's path from one that didn't necessarily exist
    yet (commit 92946c11ae) to one that does. See:
      https://lists.nongnu.org/archive/html/lmi/2020-12/msg00007.html
    Elsewhere, lmi assumes that '/tmp' exists, as required by POSIX, even
    though "${TMPDIR:-/tmp}" might be theoretically preferable.
---
 install_xml_libraries.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install_xml_libraries.sh b/install_xml_libraries.sh
index 0a7b5cc..3380e82 100755
--- a/install_xml_libraries.sh
+++ b/install_xml_libraries.sh
@@ -183,7 +183,7 @@ fi
 
 # This forestalls about a thousand lines of bogus error messages.
 
-throwaway_catalog=/etc/opt/lmi/xml_catalog
+throwaway_catalog=/tmp/xml_catalog
 
 cat >"$throwaway_catalog" <<EOF
 <?xml version="1.0"?>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]