Skip to content

Commit

Permalink
Define roles in pear package for files.
Browse files Browse the repository at this point in the history
Fixes a number of issues with the PEAR package where files
would be installed in the incorrect directories as the role type was
incorrect.

Fixes #2680
  • Loading branch information
markstory committed Mar 15, 2012
1 parent f1931e4 commit fe3d354
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.xml
Expand Up @@ -137,11 +137,17 @@
<package name="PHPUnit" channel="pear.phpunit.de" minimum_version="3.5.0" type="optional" />
</dependencies>
<dirroles key="bin">script</dirroles>
<dirroles key="Cake/Test">php</dirroles>
<dirroles key="Cake/Console/Templates/skel">php</dirroles>
<dirroles key="Cake/Console/Templates/default">php</dirroles>
<dirroles key="Cake/View">php</dirroles>
<release>
<install as="cake" name="bin/cake" />
<install as="cake.php" name="bin/cake.php" />
<install as="cake.bat" name="bin/cake.bat" />
</release>
<exceptions key="Cake/VERSION.txt">php</exceptions>
<exceptions key="Cake/LICENSE.txt">php</exceptions>
</d51pearpkg2>
</target>

Expand Down

0 comments on commit fe3d354

Please sign in to comment.