wok diff busybox-pam/receipt @ rev 3795

Upgrade: lxtask (0.1 to 0.1.1)
author Matthew Sheets <rcx@zoominternet.net>
date Mon Aug 03 11:43:06 2009 +0000 (2009-08-03)
parents 9f07b09ba895
children 40b5fcaccebd
line diff
     1.1 --- a/busybox-pam/receipt	Mon Jun 29 15:09:52 2009 +0200
     1.2 +++ b/busybox-pam/receipt	Mon Aug 03 11:43:06 2009 +0000
     1.3 @@ -21,7 +21,7 @@
     1.4      while read file; do
     1.5      	[ -f done.$file ] && continue
     1.6      	echo "Apply $file..."
     1.7 -    	patch -p1 < $WOK/busybox/stuff/$SOURCE-$VERSION-$file || return 1
     1.8 +    	patch -p1 < $WOK/$SOURCE/stuff/$SOURCE-$VERSION-$file || return 1
     1.9  	touch done.$file
    1.10      done <<EOT
    1.11  vcsa2txt.u
    1.12 @@ -41,8 +41,9 @@
    1.13  ris.u
    1.14  dpkg_deb.u
    1.15  ionice.u
    1.16 +syslogd.u
    1.17  EOT
    1.18 -    cp $WOK/busybox/stuff/$SOURCE-$VERSION.config .config
    1.19 +    cp $WOK/$SOURCE/stuff/$SOURCE-$VERSION.config .config
    1.20      sed -i 's/# CONFIG_PAM is not set/CONFIG_PAM=y/' .config
    1.21      make oldconfig
    1.22      make && make install
    1.23 @@ -58,7 +59,7 @@
    1.24      cp -a stuff/etc $fs
    1.25      mkdir -p $fs/etc/init.d
    1.26      # Busybox config files.
    1.27 -    cd $WOK/busybox
    1.28 +    cd $WOK/$SOURCE
    1.29      fs=$WOK/$PACKAGE/taz/$PACKAGE-$VERSION/fs
    1.30      cp stuff/busybox.conf $fs/etc
    1.31      chmod 600 $fs/etc/busybox.conf