mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-12-25 22:38:30 +00:00
set dir when running composer
This commit is contained in:
parent
39e72af272
commit
0bc371dce8
|
|
@ -88,7 +88,7 @@
|
|||
</else>
|
||||
</if>
|
||||
<echo message="Installing dependencies..." />
|
||||
<exec executable="php" passthru="false">
|
||||
<exec executable="php" passthru="true" dir="${builddir}/export/${shortversion}">
|
||||
<arg line="${srcdir}/composer.phar install ${composer_extra_params}"/>
|
||||
<!-- arg line="${composer_env} php ${srcdir}/composer.phar install ${composer_extra_params}"/ -->
|
||||
</exec>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user