cookutils rev 119

cook: fix copy of generic file, must ne before files list creation
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 09 14:40:27 2011 +0200 (2011-05-09)
parents 67b07b353191
children a7098da1ec6d
files cook
line diff
     1.1 --- a/cook	Mon May 09 14:27:39 2011 +0200
     1.2 +++ b/cook	Mon May 09 14:40:27 2011 +0200
     1.3 @@ -492,6 +492,7 @@
     1.4  		gettext "Copying"; echo -n " $file..."
     1.5  		cp -f ../$file $pack && chown 0.0 $pack/$file && status
     1.6  	done
     1.7 +	copy_generic_files
     1.8  	
     1.9  	# Create files.list with redirecting find output.
    1.10  	gettext "Creating the list of files..." && cd $fs
    1.11 @@ -500,10 +501,8 @@
    1.12  	cd .. && sed -i s/'^.'/''/ files.list
    1.13  	status
    1.14  
    1.15 -	# QA, strip and stuff files.
    1.16 -	
    1.17 +	# Strip and stuff files.
    1.18  	strip_package
    1.19 -	copy_generic_files
    1.20  
    1.21  	# Md5sum of files.
    1.22  	gettext "Creating md5sum of files..."