]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- copy paste error fix
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 13 Mar 2008 23:19:02 +0000 (23:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.440

rpm.macros

index 99ffa7e47a7a7eaf562bc122a5c85112ca2cc5ab..9e1645c946ba24f2b16903131681ea843a5a1c21 100644 (file)
@@ -253,7 +253,7 @@ CXXFLAGS="%{rpmcxxflags}" \
 %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
This page took 0.050403 seconds and 4 git commands to generate.