wok diff glibc-extra-samba/receipt @ rev 13700

tazbug-website: empty functions BREAK cook
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 15 14:43:36 2012 +0100 (2012-12-15)
parents 22bb1e6e0ef0
children 380ffe05937a
line diff
     1.1 --- a/glibc-extra-samba/receipt	Sun Feb 20 04:57:30 2011 +0100
     1.2 +++ b/glibc-extra-samba/receipt	Sat Dec 15 14:43:36 2012 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="glibc-extra-samba"
     1.7 -VERSION="2.13"
     1.8 +VERSION="2.14.1"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="GNU libc extra gconv modules for samba."
    1.11  WEB_SITE="http://gcc.gnu.org/"
    1.12 @@ -14,6 +14,6 @@
    1.13  {
    1.14  	mkdir -p $fs/usr/lib/gconv
    1.15  	for i in IBM850.so IBM437.so; do
    1.16 -		cp $_pkg/usr/lib/gconv/$i $fs/usr/lib/gconv/$i
    1.17 +		cp $install/usr/lib/gconv/$i $fs/usr/lib/gconv/$i
    1.18  	done
    1.19  }