Skip to content

Commit

Permalink
fix shebang (after install) for mnemo
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet authored and slusarz committed Jul 10, 2014
1 parent 47879b1 commit 24cbcf3
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions mnemo/package.xml
Expand Up @@ -32,10 +32,18 @@
<contents>
<dir baseinstalldir="/" name="/">
<dir name="bin">
<file name="mnemo-convert-datatree-shares-to-sql" role="script" />
<file name="mnemo-convert-sql-shares-to-sqlng" role="script" />
<file name="mnemo-convert-to-utf8" role="script" />
<file name="mnemo-import-text-note" role="script" />
<file name="mnemo-convert-datatree-shares-to-sql" role="script">
<tasks:replace from="/usr/bin/env php" to="php_bin" type="pear-config" />
</file>
<file name="mnemo-convert-sql-shares-to-sqlng" role="script">
<tasks:replace from="/usr/bin/env php" to="php_bin" type="pear-config" />
</file>
<file name="mnemo-convert-to-utf8" role="script">
<tasks:replace from="/usr/bin/env php" to="php_bin" type="pear-config" />
</file>
<file name="mnemo-import-text-note" role="script">
<tasks:replace from="/usr/bin/env php" to="php_bin" type="pear-config" />
</file>
</dir> <!-- /bin -->
<dir name="config">
<file name=".htaccess" role="horde" />
Expand Down

0 comments on commit 24cbcf3

Please sign in to comment.