commit | a765a7ce293aa0a072728790ce11088b2f7030e2 | [log] [tgz] |
---|---|---|
author | Michal Marek <mmarek@suse.cz> | Mon Jun 16 16:11:29 2014 +0200 |
committer | Michal Marek <mmarek@suse.cz> | Wed Jun 18 16:01:58 2014 +0200 |
tree | 67f41a4bc769138d667c69537877da91c93d9213 | |
parent | 7171511eaec5bf23fb06078f59784a3a0626b38f [diff] |
deb-pkg: Fix for relative paths When $srctree or $objtree are relative paths, we cannot change directory and refer to them in the same subshell. Do the redirection outside of the subshell to fix this. Reported-and-tested-by: Ilya Dryomov <idryomov@gmail.com> Signed-off-by: Michal Marek <mmarek@suse.cz>