# HG changeset patch # User Pascal Bellard # Date 1216136688 0 # Node ID 90ac5dedc9bbc834e4eeeb3bb0fe10bf0c90c6aa # Parent 293e658657ce9a73afb58ff915e6176a1422997a busybox: add repack_cleanup in receipt diff -r 293e658657ce -r 90ac5dedc9bb busybox/receipt --- a/busybox/receipt Tue Jul 15 15:17:39 2008 +0000 +++ b/busybox/receipt Tue Jul 15 15:44:48 2008 +0000 @@ -78,5 +78,16 @@ post_install() { + ( cd ./$1 ; cpio -o -H newc | gzip -9 ) > \ + $1/$INSTALLED/$PACKAGE/volatile.cpio.gz <