updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / sushi / sushi.patch
blob3b1eab888071dba0faa3b4d7990cd4639c5cb3f6
1 diff -aur package.pristine/tekka/tekka.py package.new/tekka/tekka.py
2 --- package.pristine/tekka/tekka.py 2010-10-30 16:32:50.510003514 +0200
3 +++ package.new/tekka/tekka.py 2010-10-30 16:34:09.123336840 +0200
4 @@ -1,4 +1,4 @@
5 -#!/usr/bin/env python
6 +#!/usr/bin/env python2
7 """
8 Copyright (c) 2009-2010 Marian Tietz
9 All rights reserved.
10 diff -aur package.pristine/wscript package.new/wscript
11 --- package.pristine/wscript 2010-10-30 16:32:50.506670176 +0200
12 +++ package.new/wscript 2010-10-30 16:33:45.946670325 +0200
13 @@ -6,6 +6,9 @@
14 srcdir = '.'
15 blddir = 'build'
17 +def set_options(ctx):
18 + ctx.sub_options('tekka')
20 def configure (conf):
21 conf.sub_config('maki')
22 conf.sub_config('nigiri')