# HG changeset patch # User Christopher Rogers # Date 1299365381 0 # Node ID 4abb57275e4887c5be03fa3c2eef717e21055674 # Parent ab3455634715795e34bc1ed3fb311e3033e31630 Fixed sudoku to download source to SOURCES_REPOSITORY. diff -r ab3455634715 -r 4abb57275e48 sudoku/receipt --- a/sudoku/receipt Sun Mar 06 04:31:26 2011 +0100 +++ b/sudoku/receipt Sat Mar 05 22:49:41 2011 +0000 @@ -12,7 +12,9 @@ { mkdir $src cd $src - wget http://10k.aneventapart.com/Uploads/81/index.html + [ -s $SOURCES_REPOSITORY/$PACKAGE-$VERSION.html ] || \ + wget -O $SOURCES_REPOSITORY/$PACKAGE-$VERSION.html http://10k.aneventapart.com/Uploads/81/index.html + cp -a $SOURCES_REPOSITORY/$PACKAGE-$VERSION.html $src/index.html } # Rules to gen a SliTaz package suitable for Tazpkg.