SOURCES (AC-branch): rpm-macros-ac.patch - this will never end

glen glen at pld-linux.org
Mon Mar 31 23:54:04 CEST 2008


Author: glen                         Date: Mon Mar 31 21:54:04 2008 GMT
Module: SOURCES                       Tag: AC-branch
---- Log message:
- this will never end

---- Files affected:
SOURCES:
   rpm-macros-ac.patch (1.1.2.10 -> 1.1.2.11) 

---- Diffs:

================================================================
Index: SOURCES/rpm-macros-ac.patch
diff -u SOURCES/rpm-macros-ac.patch:1.1.2.10 SOURCES/rpm-macros-ac.patch:1.1.2.11
--- SOURCES/rpm-macros-ac.patch:1.1.2.10	Mon Mar 31 22:06:27 2008
+++ SOURCES/rpm-macros-ac.patch	Mon Mar 31 23:53:59 2008
@@ -15,7 +15,7 @@
  #	Directory where temporary files can be created.
 -%_tmppath		%(echo "${TMPDIR:-/tmp}")
 -%tmpdir			%{_tmppath}
-+%_tmppath		%{expand:%%global _tmppath %{lua:print(os.getenv("TMPDIR") or "/tmp")}}%_tmppath
++%_tmppath		%(echo "${TMPDIR:-/tmp}")
 +%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.10&r2=1.1.2.11&f=u



More information about the pld-cvs-commit mailing list