]> git.pld-linux.org Git - packages/seafile.git/blob - codegen.patch
- up to 6.2.5
[packages/seafile.git] / codegen.patch
1 --- seafile-5.1.2-server/./lib/Makefile.am~     2016-05-10 15:25:35.000000000 +0300
2 +++ seafile-5.1.2-server/./lib/Makefile.am      2016-06-07 23:22:19.846875742 +0300
3 @@ -64,7 +64,7 @@
4         @rm -f rpc_table.tmp
5         @touch rpc_table.tmp
6         @echo "[libsearpc]: generating rpc header files"
7 -       @PYTHON@ `which searpc-codegen.py` ${top_srcdir}/lib/rpc_table.py
8 +       @PYTHON@ /usr/bin/searpc-codegen ${top_srcdir}/lib/rpc_table.py
9         @echo "[libsearpc]: done"
10         @mv -f rpc_table.tmp $@
11  
This page took 0.119859 seconds and 3 git commands to generate.