Author: glen Date: Mon Mar 10 15:05:48 2008 GMT Module: SOURCES Tag: AC-branch ---- Log message: - $TMPDIR only
---- Files affected: SOURCES: rpm-macros-ac.patch (1.1.2.4 -> 1.1.2.5) ---- Diffs: ================================================================ Index: SOURCES/rpm-macros-ac.patch diff -u SOURCES/rpm-macros-ac.patch:1.1.2.4 SOURCES/rpm-macros-ac.patch:1.1.2.5 --- SOURCES/rpm-macros-ac.patch:1.1.2.4 Mon Mar 10 15:59:34 2008 +++ SOURCES/rpm-macros-ac.patch Mon Mar 10 16:05:43 2008 @@ -14,7 +14,7 @@ # Directory where temporary files can be created. -%_tmppath %(echo "${TMPDIR:-/tmp}") -+%_tmppath %{expand:%%global _tmppath %{lua:print(os.getenv("TEMP") or os.getenv ("TMP") or "/tmp")}}%{_tmppath} ++%_tmppath %{expand:%%global _tmppath %{lua:print(os.getenv("TMPDIR") or "/tmp")}}%{_tmppath} %tmpdir %{_tmppath} # Path to top of build area. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/rpm-macros-ac.patch?r1=1.1.2.4&r2=1.1.2.5&f=u _______________________________________________ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit