SOURCES: rpm.macros - copy paste error fix

glen glen at pld-linux.org
Fri Mar 14 00:19:08 CET 2008


Author: glen                         Date: Thu Mar 13 23:19:08 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- copy paste error fix

---- Files affected:
SOURCES:
   rpm.macros (1.439 -> 1.440) 

---- Diffs:

================================================================
Index: SOURCES/rpm.macros
diff -u SOURCES/rpm.macros:1.439 SOURCES/rpm.macros:1.440
--- SOURCES/rpm.macros:1.439	Fri Mar 14 00:18:26 2008
+++ SOURCES/rpm.macros	Fri Mar 14 00:19:02 2008
@@ -253,7 +253,7 @@
 %date 		%(LC_ALL="C" date +"%a %b %d %Y")
 
 # tmp directory
-%tmpdir		%{expand:%%global _tmppath %{lua:print(os.getenv("TMPDIR") or "/tmp")}}%{_tmppath}
+%tmpdir		%{expand:%%global tmpdir %{lua:print(os.getenv("TMPDIR") or "/tmp")}}%{tmpdir}
 
 # Example files, programs, scripts...
 %_examplesdir	/usr/src/examples
================================================================

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



More information about the pld-cvs-commit mailing list