wok-6.x diff linld/receipt @ rev 10379
mysql: can't cross (use native)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 23 15:26:14 2011 +0200 (2011-05-23) |
parents | b4b992b90e4a |
children | 2a5cc8208d36 |
line diff
1.1 --- a/linld/receipt Thu May 13 22:41:03 2010 +0200 1.2 +++ b/linld/receipt Mon May 23 15:26:14 2011 +0200 1.3 @@ -15,10 +15,6 @@ 1.4 { 1.5 mv DIST $src 2> /dev/null 1.6 cd $src 1.7 - if [ ! -f $SOURCES_REPOSITORY/linld.txt ]; then 1.8 - wget $WEB_SITE 1.9 - mv README.txt $SOURCES_REPOSITORY/linld.txt 1.10 - fi 1.11 } 1.12 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 @@ -27,6 +23,6 @@ 1.15 mkdir -p $fs/usr/share/boot 1.16 cp $src/LINLD$(echo $VERSION | sed 's/[^0-9]//')/LINLD.COM \ 1.17 $fs/usr/share/boot/linld.com 1.18 - cp $SOURCES_REPOSITORY/linld.txt $fs/usr/share/boot/ 1.19 + cp $stuff/linld.txt $fs/usr/share/boot/ 1.20 } 1.21