wok diff coreutils/receipt @ rev 7775

Up: coreutils to 8.8.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 23 01:28:18 2010 +0000 (2010-12-23)
parents 8867f9047bc4
children 1c0f2748d7e8
line diff
     1.1 --- a/coreutils/receipt	Sat Nov 13 22:12:32 2010 +0000
     1.2 +++ b/coreutils/receipt	Thu Dec 23 01:28:18 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="coreutils"
     1.7 -VERSION="8.7"
     1.8 +VERSION="8.8"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Utilities for using and setting the basic system."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -19,6 +19,7 @@
    1.13  	# NOTE: There does not seem to be a problem with sigcontext.h in Linux 2.6.29.3
    1.14  
    1.15  	# Hack to fix ls: expected specifier-qualifier-list before '__u64'
    1.16 +	# Hack to change uname: so can see the cpu type your running on with uname
    1.17  	while read patch_file; do
    1.18  		if [ -f done.$patch_file ]; then
    1.19  			echo "Skipping $patch_file"
    1.20 @@ -29,6 +30,7 @@
    1.21  		touch done.$patch_file
    1.22  	done <<EOT
    1.23  ls.u
    1.24 +uname.u
    1.25  EOT
    1.26  
    1.27  	sed -i 's/1.10a/1.10.2/' configure.ac || exit 1