wok diff glibc-locale/receipt @ rev 3001
Up: alsa* (1.0.20)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 11 21:51:38 2009 +0200 (2009-05-11) |
parents | 4a057e1fc620 |
children | b30c937c2ca9 |
line diff
1.1 --- a/glibc-locale/receipt Wed Apr 22 18:22:46 2009 +0200 1.2 +++ b/glibc-locale/receipt Mon May 11 21:51:38 2009 +0200 1.3 @@ -5,10 +5,9 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="The GNU C libraries locale files and utilities (see also locale-*)." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="glibc-base" 1.8 +DEPENDS="glibc-base glibc-extra-samba glibc-locale-utf8" 1.9 WANTED="glibc" 1.10 WEB_SITE="http://www.gnu.org/software/libc/" 1.11 -SOURCES="glibc" 1.12 1.13 LOCALE_PACK="de cs es fr ru id it pt_BR hu" 1.14 1.15 @@ -34,6 +33,14 @@ 1.16 rm -f ${fs}$file 1.17 done 1.18 status 1.19 + 1.20 + # Rm glibc-extra-samba files. 1.21 + echo -n "Removing all base files..." 1.22 + for file in `cat $WOK/glibc-extra-samba/taz/glibc-extra-samba-$VERSION/files.list` 1.23 + do 1.24 + rm -f ${fs}$file 1.25 + done 1.26 + status 1.27 1.28 # Rm files provided by locale-pack. 1.29 for i in $LOCALE_PACK