buildpackage: fix exporting of working copy when run from a subdir
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 25 Oct 2012 06:25:25 +0000 (09:25 +0300)
committerJun Wang <junbill.wang@samsung.com>
Wed, 27 Jan 2016 11:07:05 +0000 (19:07 +0800)
commit8a2c45c4cc3deb891931241ca14fae7ff1796618
tree1037a328b3ad74902acb99816ef68ce0d9a051b6
parentad07d8044fce21e15e3fa5e57115a4a9abe9796b
buildpackage: fix exporting of working copy when run from a subdir

Exporting sources failed when git-buildpackage was run from a
subdirectory of the git working directory because the path of the custom
index file was not handled correctly.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>