# HG changeset patch # User Paul Issott # Date 1440865399 -3600 # Node ID 06878ae8f5d2387c16b94c456206e810aaa905d9 # Parent 0004efa67ce4e26f98beea2fd626bad929bc60e4 pyhn (tiny edits) diff -r 0004efa67ce4 -r 06878ae8f5d2 pyhn/receipt --- a/pyhn/receipt Wed Aug 26 21:26:27 2015 +0100 +++ b/pyhn/receipt Sat Aug 29 17:23:19 2015 +0100 @@ -16,6 +16,12 @@ # Rules to configure and make the package. compile_rules() { + # hack config.py + cd $src/pyhn + sed -i 's/__default__/tazweb __url__/; \ + s/black||/light red||/' config.py + + cd $src python setup.py install --root=$DESTDIR }