wok diff libtaz/receipt @ rev 9846

Fixed apache-mod-wsgi for tazwok. Just need to cd $src before compiling.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 15 18:30:30 2011 +0000 (2011-05-15)
parents 7f7421453911
children 60e5b78b4e58
line diff
     1.1 --- a/libtaz/receipt	Wed May 11 15:20:58 2011 +0200
     1.2 +++ b/libtaz/receipt	Sun May 15 18:30:30 2011 +0000
     1.3 @@ -12,6 +12,7 @@
     1.4  SOURCE="slitaz-dev-tools"
     1.5  TARBALL="$SOURCE-$VERSION.tar.bz2"
     1.6  WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2"
     1.7 +[ -x /usr/bin/hg ] && WGET_URL="hg|http://hg.slitaz.org/slitaz-dev-tools"
     1.8  CONFIG_FILES="/etc/slitaz/slitaz.conf"
     1.9  TAGS="slitaz"
    1.10