I am using the generic-build-script as a template for my package scripts and I have noticed a strange thing when running it.
When I make a './foo-vendor-release.sh first' run, I get randomly the following error : ..... p7zip-4.57/man1/7zr.1 p7zip-4.57/README p7zip-4.57/TODO mv: cannot move `p7zip-4.57' to `../p7zip-4.57-orig': Permission denied p7zip-4.57-1.sh p7zip-4.57.tar.bz2 $ I have traced it down to the following lines: ... unpack ${src_orig_pkg} && \ mv ${BASEPKG} ../${BASEPKG}-orig && \ ... Just like I said, I get this error randomly. (approx. 3 out of 5 runs) Have anyone else experienced this problem? Could it be a dualcore problem? Cheers, Gergely Budai