SOURCES (AC-branch): rpm-macros-ac.patch - no lua for %tmpdir

glen glen at pld-linux.org
Sun May 4 11:28:54 CEST 2008


Author: glen                         Date: Sun May  4 09:28:54 2008 GMT
Module: SOURCES                       Tag: AC-branch
---- Log message:
- no lua for %tmpdir

---- Files affected:
SOURCES:
   rpm-macros-ac.patch (1.1.2.13 -> 1.1.2.14) 

---- Diffs:

================================================================
Index: SOURCES/rpm-macros-ac.patch
diff -u SOURCES/rpm-macros-ac.patch:1.1.2.13 SOURCES/rpm-macros-ac.patch:1.1.2.14
--- SOURCES/rpm-macros-ac.patch:1.1.2.13	Tue Apr 29 16:39:55 2008
+++ SOURCES/rpm-macros-ac.patch	Sun May  4 11:28:48 2008
@@ -15,7 +15,7 @@
 -%_tmppath		%(echo "${TMPDIR:-/tmp}")
 -%tmpdir			%{_tmppath}
 +%_tmppath		%{expand:%%global _tmppath %(echo "${TMPDIR:-/tmp}")}%_tmppath
-+%tmpdir			%{expand:%%global tmpdir %{lua:print(os.getenv("TMPDIR") or "/tmp")}}%tmpdir
++%tmpdir			%{expand:%%global tmpdir %(echo "${TMPDIR:-/tmp}")}%tmpdir
  
  #	Path to top of build area.
 @@ -271,6 +271,9 @@
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/rpm-macros-ac.patch?r1=1.1.2.13&r2=1.1.2.14&f=u



More information about the pld-cvs-commit mailing list