# HG changeset patch # User Christopher Rogers # Date 1306615477 0 # Node ID 57a66c24657155b07fc5d12f0ae2b192a7f7d114 # Parent c00f8abc731a8fadc639d3554c37f363a83de5a0 libtaz: Don't need to check /usr/bin/hg anymore. Best to get the tag 1.1.2 version. May need to delete the slitaz-dev-tools-1.1.2.tar.bz2 source on tank to make sure we have the tag version. diff -r c00f8abc731a -r 57a66c246571 libtaz/receipt --- a/libtaz/receipt Sat May 28 20:35:18 2011 +0000 +++ b/libtaz/receipt Sat May 28 20:44:37 2011 +0000 @@ -12,7 +12,6 @@ SOURCE="slitaz-dev-tools" TARBALL="$SOURCE-$VERSION.tar.bz2" WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2" -[ -x /usr/bin/hg ] && WGET_URL="hg|http://hg.slitaz.org/slitaz-dev-tools" CONFIG_FILES="/etc/slitaz/slitaz.conf" TAGS="slitaz"