updated on Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git] / pyopenfst / build_fix.diff
blob11417b557166fa2cc84fc0f17770ccc9b4a2a05b
1 diff -rup pyopenfst/Makefile pyopenfst-new//Makefile
2 --- pyopenfst/Makefile 2010-04-23 12:59:51.000000000 -0700
3 +++ pyopenfst-new//Makefile 2010-04-23 20:23:10.000000000 -0700
4 @@ -1,6 +1,8 @@
5 +INSTALL_OPTS=
7 install:
8 python setup.py build
9 - sudo python setup.py install
10 + python setup.py install $(INSTALL_OPTS)
12 all: _openfst.so