wok diff busybox/receipt @ rev 859
Up: busybox (1.10.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 05 08:00:51 2008 +0000 (2008-06-05) |
parents | 3a838d100a4e |
children | 72fa50265748 |
line diff
1.1 --- a/busybox/receipt Mon May 26 11:22:59 2008 +0000 1.2 +++ b/busybox/receipt Thu Jun 05 08:00:51 2008 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="busybox" 1.7 -VERSION="1.10.1" 1.8 +VERSION="1.10.3" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -14,7 +14,7 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $PACKAGE-$VERSION 1.17 + cd $src 1.18 while read file; do 1.19 patch -p1 < ../stuff/$file || return 1 1.20 done <<EOT 1.21 @@ -29,7 +29,6 @@ 1.22 $PACKAGE-$VERSION-tar.u 1.23 $PACKAGE-$VERSION-script.u 1.24 $PACKAGE-$VERSION-header_tar.u 1.25 -$PACKAGE-$VERSION-fixes-$VERSION.u 1.26 $PACKAGE-$VERSION-stat.u 1.27 EOT 1.28 cp ../stuff/$PACKAGE-$VERSION.config .config