tazwok diff tazwok @ rev 14

fix: remove fs.cpio.gz
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 15 11:06:52 2007 +0000 (2007-12-15)
parents 6389ab247fd9
children d8154d33d3e2
line diff
     1.1 --- a/tazwok	Sat Dec 15 09:43:14 2007 +0000
     1.2 +++ b/tazwok	Sat Dec 15 11:06:52 2007 +0000
     1.3 @@ -323,7 +323,8 @@
     1.4  	find . -print | cpio -o -H newc > $PACKAGES_REPOSITORY/$PACKAGE-$VERSION.tazpkg
     1.5  	# Restore package tree in case we want to browse it.
     1.6  	echo -n "Restoring original package tree... "
     1.7 -	zcat fs.cpio.gz | cpio -id && cd ..
     1.8 +	zcat fs.cpio.gz | cpio -id
     1.9 +	rm fs.cpio.gz && cd ..
    1.10  	# Log process.
    1.11  	echo "$PACKAGE-$VERSION.tazpkg (done)" >> $LOG
    1.12  	echo "================================================================================"