cookutils rev 85

Fix packages list creation (Thank Godane)
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 08 02:56:02 2011 +0200 (2011-05-08)
parents 5e2eae957b4c
children 6323bfa2e2fc
files cook
line diff
     1.1 --- a/cook	Sun May 08 02:54:13 2011 +0200
     1.2 +++ b/cook	Sun May 08 02:56:02 2011 +0200
     1.3 @@ -665,7 +665,7 @@
     1.4  		separator
     1.5  		rm -f packages.* files.list*
     1.6  		gettext -e "Creating: packages.list\n"
     1.7 -		ls -1 | sed s'/.tazpkg//' > $PKGS/packages.list
     1.8 +		ls -1 *.tazpkg | sed s'/.tazpkg//' > $PKGS/packages.list
     1.9  		gettext -e "Creating: packages.md5\n"
    1.10  		md5sum *.tazpkg > $PKGS/packages.md5
    1.11  		gettext -e "Creating: packages.desc\n"