wok diff tazlito/receipt @ rev 769

Add tcc (Tiny C Compiler)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 11 11:36:09 2008 +0000 (2008-05-11)
parents 7d534380fdad
children b8eeb1944488
line diff
     1.1 --- a/tazlito/receipt	Fri Apr 25 17:12:21 2008 +0000
     1.2 +++ b/tazlito/receipt	Sun May 11 11:36:09 2008 +0000
     1.3 @@ -22,4 +22,6 @@
     1.4  	chmod 755 $fs/usr/bin/$PACKAGE
     1.5  	cp -a $src/doc/$PACKAGE.html $fs/usr/share/doc/$PACKAGE
     1.6  	cp $src/tazlito.conf $fs/etc/tazlito
     1.7 +	# Declare /etc/tazlito/distro-packages.list
     1.8 +	touch $fs/etc/tazlito/distro-packages.list
     1.9  }