Skip to content

Commit

Permalink
fix shebang (after install) for kronolith
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet authored and slusarz committed Jul 10, 2014
1 parent 7f06506 commit af012b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kronolith/package.xml
Expand Up @@ -53,7 +53,9 @@
<file name="kronolith-import-icals" role="script">
<tasks:replace from="/usr/bin/env php" to="php_bin" type="pear-config" />
</file>
<file name="kronolith-import-openxchange" role="script" />
<file name="kronolith-import-openxchange" role="script">
<tasks:replace from="/usr/bin/env php" to="php_bin" type="pear-config" />
</file>
<file name="kronolith-import-squirrelmail-calendar" role="script">
<tasks:replace from="/usr/bin/env php" to="php_bin" type="pear-config" />
</file>
Expand Down

0 comments on commit af012b7

Please sign in to comment.