wok-undigest rev 1153

pyhn (tiny edits)
author Paul Issott <paul@slitaz.org>
date Sat Aug 29 17:23:19 2015 +0100 (2015-08-29)
parents 0004efa67ce4
children 5172e19ddf67
files pyhn/receipt
line diff
     1.1 --- a/pyhn/receipt	Wed Aug 26 21:26:27 2015 +0100
     1.2 +++ b/pyhn/receipt	Sat Aug 29 17:23:19 2015 +0100
     1.3 @@ -16,6 +16,12 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	# hack config.py
     1.8 +	cd $src/pyhn
     1.9 +	sed -i 's/__default__/tazweb __url__/; \
    1.10 +		s/black||/light red||/' config.py
    1.11 +
    1.12 +	cd $src
    1.13  	python setup.py install --root=$DESTDIR
    1.14  }
    1.15