mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Print the installed path as relative.
This commit is contained in:
parent
608cfa77b8
commit
ab99d6fe8c
@ -118,7 +118,7 @@ class buildset:
|
|||||||
def last_package(self, _build, tmproot):
|
def last_package(self, _build, tmproot):
|
||||||
tar = path.join(_build.config.expand('%{_tardir}'),
|
tar = path.join(_build.config.expand('%{_tardir}'),
|
||||||
_build.config.expand('%s.tar.bz2' % (self.bset_pkg)))
|
_build.config.expand('%s.tar.bz2' % (self.bset_pkg)))
|
||||||
_notice(self.opts, 'tarball: %s' % path.host(tar))
|
_notice(self.opts, 'tarball: %s' % os.path.relpath(path.host(tar)))
|
||||||
if not self.opts.dry_run():
|
if not self.opts.dry_run():
|
||||||
cmd = _build.config.expand("'cd " + tmproot + \
|
cmd = _build.config.expand("'cd " + tmproot + \
|
||||||
" && %{__tar} -cf - . | %{__bzip2} > " + tar + "'")
|
" && %{__tar} -cf - . | %{__bzip2} > " + tar + "'")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user