fix(pkgctl build): installing packages into the chroot fails for relative links
As the relative links are relative to the pkgctl invocations PWD and not necessarily relative to the location where makechrootpkg is invoked from this fails unexpectedly. This commit fixes this by just using the full path when passing the location to makechrootpkg.
Closes #181 (closed)