wok diff locale-es/receipt @ rev 7674

Fixed linux. Need to make folder PWD/_pkg before adding bzImage to it. Also i'm force copying kernel config file now so we have the right config. It is copyed twice so its needed and doesn't hunt anything i think.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 16 17:16:06 2010 +0000 (2010-12-16)
parents b584b0d0bbb4
children d1768332cee0
line diff
     1.1 --- a/locale-es/receipt	Sat May 16 21:40:06 2009 +0200
     1.2 +++ b/locale-es/receipt	Thu Dec 16 17:16:06 2010 +0000
     1.3 @@ -11,7 +11,7 @@
     1.4  
     1.5  LOCALE="es"
     1.6  LOCALEDEF="es_ES"
     1.7 -CHARMAP="ISO-8859-1"
     1.8 +CHARMAP="UTF-8"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12 @@ -36,7 +36,6 @@
    1.13  	get_core_messages
    1.14  	PACKAGE="$PKG_NAME"
    1.15  	VERSION="$PKG_VERS"
    1.16 -	localedef -i $LOCALEDEF -c -f $CHARMAP $fs/usr/lib/locale/$LOCALEDEF
    1.17  }
    1.18  
    1.19  # Back to C if it's the last used locale.