Skip to content

Instantly share code, notes, and snippets.

@jwage
Created May 25, 2010 19:41
Show Gist options
  • Save jwage/413590 to your computer and use it in GitHub Desktop.
Save jwage/413590 to your computer and use it in GitHub Desktop.
- <d51pearpkg2 baseinstalldir="/" dir="${build.dir}/orm/DoctrineORM-${version}">
+ <d51pearpkg2 baseinstalldir="/" dir="${build.dir}/orm">
<name>DoctrineORM</name>
<summary>Doctrine Object Relationl Mapper</summary>
<channel>pear.doctrine-project.org</channel>
@@ -162,13 +131,13 @@
<php minimum_version="5.3.0" />
<pear minimum_version="1.6.0" recommended_version="1.6.1" />
</dependencies>
- <dirroles key="bin">script</dirroles>
- <replacement path="bin/doctrine" type="pear-config" from="@php_bin@" to="php_bin" />
- <replacement path="bin/doctrine.php" type="pear-config" from="@php_bin@" to="php_bin" />
- <replacement path="bin/doctrine.php" type="pear-config" from="@bin_dir@" to="bin_dir" />
+ <dirroles key="DoctrineORM-${version}/bin">script</dirroles>
+ <replacement path="DoctrineORM-${version}/bin/doctrine" type="pear-config" from="@php_bin@" to="php_bin" />
+ <replacement path="DoctrineORM-${version}/bin/doctrine.php" type="pear-config" from="@php_bin@" to="php_bin" />
+ <replacement path="DoctrineORM-${version}/bin/doctrine.php" type="pear-config" from="@bin_dir@" to="bin_dir" />
<release>
- <install as="doctrine" name="bin/doctrine" />
- <install as="doctrine.php" name="bin/doctrine.php" />
+ <install as="doctrine" name="DoctrineORM-${version}/bin/doctrine" />
+ <install as="doctrine.php" name="DoctrineORM-${version}/bin/doctrine.php" />
</release>
</d51pearpkg2>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment