wok diff busybox/receipt @ rev 1084

Fix backup for repack_cleanup in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 16 15:42:10 2008 +0000 (2008-07-16)
parents 90ac5dedc9bb
children d2ed22109d90
line diff
     1.1 --- a/busybox/receipt	Tue Jul 15 15:44:48 2008 +0000
     1.2 +++ b/busybox/receipt	Wed Jul 16 15:42:10 2008 +0000
     1.3 @@ -78,7 +78,7 @@
     1.4  
     1.5  post_install()
     1.6  {
     1.7 -	( cd ./$1 ; cpio -o -H newc | gzip -9 ) > \
     1.8 +	( cd $1/ ; cpio -o -H newc | gzip -9 ) > \
     1.9  		$1/$INSTALLED/$PACKAGE/volatile.cpio.gz <<EOT
    1.10  etc/dnsd.conf
    1.11  etc/inetd.conf