SOURCES (AC-branch): rpm-macros-ac.patch - too much yank/paste
glen
glen at pld-linux.org
Mon Mar 31 22:06:33 CEST 2008
Author: glen Date: Mon Mar 31 20:06:33 2008 GMT
Module: SOURCES Tag: AC-branch
---- Log message:
- too much yank/paste
---- Files affected:
SOURCES:
rpm-macros-ac.patch (1.1.2.9 -> 1.1.2.10)
---- Diffs:
================================================================
Index: SOURCES/rpm-macros-ac.patch
diff -u SOURCES/rpm-macros-ac.patch:1.1.2.9 SOURCES/rpm-macros-ac.patch:1.1.2.10
--- SOURCES/rpm-macros-ac.patch:1.1.2.9 Mon Mar 31 22:04:17 2008
+++ SOURCES/rpm-macros-ac.patch Mon Mar 31 22:06:27 2008
@@ -15,7 +15,7 @@
# Directory where temporary files can be created.
-%_tmppath %(echo "${TMPDIR:-/tmp}")
-%tmpdir %{_tmppath}
-+%_tmppath %{expand:%%global tmpdir %{lua:print(os.getenv("TMPDIR") or "/tmp")}}%tmpdir
++%_tmppath %{expand:%%global _tmppath %{lua:print(os.getenv("TMPDIR") or "/tmp")}}%_tmppath
+%tmpdir %{expand:%%global tmpdir %{lua:print(os.getenv("TMPDIR") or "/tmp")}}%tmpdir
# 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.9&r2=1.1.2.10&f=u
More information about the pld-cvs-commit
mailing list