Add runtime basename variable to the template

Related: rhbz#782108
This commit is contained in:
Martin Gracik 2012-02-07 11:03:09 +01:00 committed by Brian C. Lane
parent 6c6a8c15ad
commit 614a2af0fd

View File

@ -158,6 +158,7 @@ class TreeBuilder(object):
# NOTE: if you pass an arg named "runtime" to a mako template it'll
# clobber some mako internal variables - hence "runtime_img".
self.vars = DataHolder(arch=arch, product=product, runtime_img=runtime,
runtime_base=basename(runtime),
inroot=inroot, outroot=outroot,
basearch=arch.basearch, libdir=arch.libdir,
isolabel=isolabel, udev=udev_escape)