Skip to content

Commit

Permalink
fix shebang (after install) for components
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet authored and slusarz committed Jul 10, 2014
1 parent c848c2a commit ee402a1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/package.xml
Expand Up @@ -40,8 +40,11 @@
<contents>
<dir baseinstalldir="/" name="/">
<dir name="bin">
<file name="horde-bootstrap" role="script" />
<file name="horde-bootstrap" role="script">
<tasks:replace from="/usr/bin/env php" to="php_bin" type="pear-config" />
</file>
<file name="horde-components" role="script">
<tasks:replace from="/usr/bin/env php" to="php_bin" type="pear-config" />
<tasks:replace from="@php_dir@" to="php_dir" type="pear-config" />
</file>
</dir> <!-- /bin -->
Expand Down

0 comments on commit ee402a1

Please sign in to comment.