[Erp5-report] r38757 luke - /erp5/trunk/buildout/hooks/pdftk-hooks.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Sep 29 16:27:26 CEST 2010
Author: luke
Date: Wed Sep 29 16:27:14 2010
New Revision: 38757
URL: http://svn.erp5.org?rev=38757&view=rev
Log:
- add required hook for pdftk
Added:
erp5/trunk/buildout/hooks/pdftk-hooks.py
Added: erp5/trunk/buildout/hooks/pdftk-hooks.py
URL: http://svn.erp5.org/erp5/trunk/buildout/hooks/pdftk-hooks.py?rev=38757&view=auto
==============================================================================
--- erp5/trunk/buildout/hooks/pdftk-hooks.py (added)
+++ erp5/trunk/buildout/hooks/pdftk-hooks.py [utf8] Wed Sep 29 16:27:14 2010
@@ -0,0 +1,4 @@
+import os
+def pre_make_hook(oprtions, buildout):
+ # change to pdftk directory, where built process shall be done
+ os.chdir('pdftk')
More information about the Erp5-report
mailing list