Fix deps copying.

This commit is contained in:
Tobias Markmann 2014-03-13 18:54:36 +01:00
parent 90be88d98e
commit d81b5a7051
1 changed files with 1 additions and 1 deletions

2
gen.py
View File

@ -402,7 +402,7 @@ def main(argv):
executeCommand("mkdir /tmp/xepbuilder")
executeCommand("cp ../images/xmpp.pdf /tmp/xepbuilder/xmpp.pdf")
executeCommand("cp ../images/xmpp-text.pdf /tmp/xepbuilder/xmpp-text.pdf")
executeCommand("cp -r deps /tmp/xepbuilder")
executeCommand("cp -r deps/* /tmp/xepbuilder/")
executeCommand("cp xep.ent /tmp/xep.ent")
files_to_delete.append("/tmp/xep.ent")