wok diff busybox/receipt @ rev 2195

Add busybox-pam
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 09 12:28:12 2009 +0000 (2009-02-09)
parents bd6010223726
children b5c440736bca
line diff
     1.1 --- a/busybox/receipt	Tue Dec 23 10:31:12 2008 +0000
     1.2 +++ b/busybox/receipt	Mon Feb 09 12:28:12 2009 +0000
     1.3 @@ -19,18 +19,18 @@
     1.4      while read file; do
     1.5      	[ -f done.$file ] && continue
     1.6      	echo "Apply $file..."
     1.7 -    	patch -p1 < ../stuff/$file || return 1
     1.8 +    	patch -p1 < ../stuff/$PACKAGE-$VERSION-$file || return 1
     1.9  	touch done.$file
    1.10      done <<EOT
    1.11 -$PACKAGE-$VERSION-vcsa2txt.u
    1.12 -$PACKAGE-$VERSION-dhcpc.u
    1.13 -$PACKAGE-$VERSION-cpio-mkdir.u
    1.14 -$PACKAGE-$VERSION-tar.u
    1.15 -$PACKAGE-$VERSION-stat.u
    1.16 -$PACKAGE-$VERSION-zmodules.u
    1.17 -$PACKAGE-$VERSION-modinfo.u
    1.18 -$PACKAGE-$VERSION-modprobe.u
    1.19 -$PACKAGE-$VERSION-paths.u
    1.20 +vcsa2txt.u
    1.21 +dhcpc.u
    1.22 +cpio-mkdir.u
    1.23 +tar.u
    1.24 +stat.u
    1.25 +zmodules.u
    1.26 +modinfo.u
    1.27 +modprobe.u
    1.28 +paths.u
    1.29  EOT
    1.30      cp ../stuff/$PACKAGE-$VERSION.config .config
    1.31      make oldconfig
    1.32 @@ -57,7 +57,6 @@
    1.33      cp stuff/zcip $fs/etc/init.d
    1.34      cp stuff/init $fs
    1.35      rm $fs/linuxrc
    1.36 -    cd $WOK/$PACKAGE
    1.37      mkdir -p $fs/etc/modprobe.d
    1.38      # Udhcpc stuff.
    1.39      mkdir -p $fs/usr/share/udhcpc