large UID/GID > 99999 have problems due to split of header lines with ' '. Use -D to create ar with UID/GID and timestamp 0.
Signed-off-by: Jon Ringle <[email protected]> --- scripts/ipkg-revision | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/ipkg-revision b/scripts/ipkg-revision index e76730b..40f786d 100755 --- a/scripts/ipkg-revision +++ b/scripts/ipkg-revision @@ -115,7 +115,7 @@ cd .. rm -fr control mv control-new.tar.gz control.tar.gz -ar r ${IPKG_DIR}/${PACKAGE}_${NEW_REV_PART}${NEW_PKG_PART}_${ARCH}.ipk `find . -type f` > /dev/null +ar rD ${IPKG_DIR}/${PACKAGE}_${NEW_REV_PART}${NEW_PKG_PART}_${ARCH}.ipk `find . -type f` > /dev/null # # ok, finished, cleanup -- 1.7.0.4 -- ptxdist mailing list [email protected]
