I had a question about jpkg's -r option - it seems like the value of - r is relative to the current directory. This forces a build tool to cd to a certain directory before invoking jpkg, which is not good because the script has to remember to cd back after. Would it be possible to make the value of -r an absolute path? Thanks