Hi, all: After I use pkgbuild -ba XXX.spec to build and install a package, I want to make some changes to the source code and would like to test if my change works. Is there a way that I can modify the source directly under ~/packages/BUILD/XXX/.../src and then build the package separately? I don't want to compile all the source again from the beginning because it costs time. I noticed that there is a generated ".pkgbuild.build.sh" under ~/packages/BUILD/XXX/, I can use that script to build again. But after that, how can I get the package directory under ~/packages/PKGS/XXX ? I don't find a useful option from pkgbuild and pkgtool.
Thanks, Harry
