wok-next diff slim/receipt @ rev 1952
Ajaxterm: update urls
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 29 16:47:53 2008 +0000 (2008-12-29) |
parents | 3423b5062c4f |
children | 73f6b06abab1 |
line diff
1.1 --- a/slim/receipt Sat Nov 29 21:46:53 2008 +0000 1.2 +++ b/slim/receipt Mon Dec 29 16:47:53 2008 +0000 1.3 @@ -39,13 +39,4 @@ 1.4 USER=$(awk -F: '/:1000:1000:/ { print $1 }' < $1/etc/passwd) 1.5 [ -n "$USER" ] && 1.6 sed -i s/"default_user .*"/"default_user $USER"/ $1/etc/slim.conf 1.7 - ( cd $1/ ; cpio -o -H newc | gzip -9 ) > \ 1.8 - $1/$INSTALLED/$PACKAGE/volatile.cpio.gz <<EOT 1.9 -etc/slim.conf 1.10 -EOT 1.11 } 1.12 - 1.13 -repack_cleanup() 1.14 -{ 1.15 - zcat $INSTALLED/$PACKAGE/volatile.cpio.gz | ( cd $1 ; cpio -id ) 1.16 -}