commit | 880df92fa0bb2ebaf057ea1cc1e309b351fd73bc | [log] [tgz] |
---|---|---|
author | John Saalwaechter <saalwaechter@gmail.com> | Sun Jan 31 16:18:58 2010 -0800 |
committer | Michal Marek <mmarek@suse.cz> | Tue Feb 02 14:33:56 2010 +0100 |
tree | eda50d2507a785a48dfdf193ec73ddd00e9fa2d1 | |
parent | 0139f1d9539395ca341e17060ae26f44f5f31434 [diff] |
scripts: use %_tmppath in "make rpm-pkg" The mkspec script hardcodes "/var/tmp" into the generated rpm spec file's BuildRoot. The user, however, may have a custom setting for %_tmppath, which should be used in BuildRoot. This patch changes mkspec's BuildRoot output to appropriately use %_tmppath. Signed-off-by: John Saalwaechter <saalwaechter@gmail.com> Signed-off-by: Michal Marek <mmarek@suse.cz>