mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-22 23:07:20 +00:00
Define roles in pear package for files.
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
This commit is contained in:
parent
f1931e43ef
commit
fe3d354b61
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue