1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-08-13 16:53:48 -04:00

add missing dependency for gen.py

This commit is contained in:
Matthew A. Miller 2014-06-03 12:18:08 -06:00
parent 585dcd791f
commit 6a3b9149ee

6
texml Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
DIR=/usr/local/bin
export PATH=/usr/local/virtualenv/gen/bin:$PATH
python $DIR/texml.py "$@"