wok-stable diff busybox/receipt @ rev 8553

imported patch get/firefox-langpack-fr
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Feb 13 22:57:56 2011 +0100 (2011-02-13)
parents 0d7cf47babb3
children dcbf930501e9
line diff
     1.1 --- a/busybox/receipt	Thu Jan 27 12:11:34 2011 +0100
     1.2 +++ b/busybox/receipt	Sun Feb 13 22:57:56 2011 +0100
     1.3 @@ -52,10 +52,10 @@
     1.4      make install
     1.5      } || return 1
     1.6      sed -i 's/# CONFIG_PAM is not set/CONFIG_PAM=y/' .config
     1.7 -    { make oldconfig && make } || return 1
     1.8 +    make oldconfig && make || return 1
     1.9      mv busybox busybox-pam
    1.10      cp ../stuff/$PACKAGE-${VERSION%.*}.config-static .config
    1.11 -    { make oldconfig && make } || return 1
    1.12 +    make oldconfig && make || return 1
    1.13      mv busybox busybox-static
    1.14  }
    1.15