mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
Fix deps copying.
This commit is contained in:
parent
90be88d98e
commit
d81b5a7051
2
gen.py
2
gen.py
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user