wok-stable diff glibc-dev/receipt @ rev 11386

Compat: ensure that pam WGET_URL is non-https. Otherwise tazwok can't download it at cook-toolchain time
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 04:42:49 2011 +0100 (2011-12-10)
parents 52057bfe161b
children
line diff
     1.1 --- a/glibc-dev/receipt	Sat Mar 05 13:14:44 2011 +0100
     1.2 +++ b/glibc-dev/receipt	Sat Dec 10 04:42:49 2011 +0100
     1.3 @@ -21,8 +21,6 @@
     1.4      
     1.5      # Rm base files.
     1.6      echo -n "Removing all base files..."
     1.7 -    [ -s $WOK/glibc-base/taz/glibc-base-$VERSION/files.list ] ||
     1.8 -    tazwok genpkg glibc-base > /dev/null 2>&1
     1.9      for file in `cat $WOK/glibc-base/taz/glibc-base-$VERSION/files.list`
    1.10      do
    1.11      	rm -f ${fs}$file
    1.12 @@ -33,8 +31,6 @@
    1.13      
    1.14      # Rm locale.
    1.15      echo -n "Removing all locale files..."
    1.16 -    [ -s $WOK/glibc-base/taz/glibc-locale-$VERSION/files.list ] ||
    1.17 -    tazwok genpkg glibc-locale > /dev/null 2>&1
    1.18      for file in `cat $WOK/glibc-locale/taz/glibc-locale-$VERSION/files.list`
    1.19      do
    1.20      	rm -f ${fs}$file