mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
MINOR Moving theme dirs when release packaging
This commit is contained in:
parent
0bab1907d1
commit
76b3c00ead
@ -137,6 +137,11 @@ Options:
|
|||||||
</fileset>
|
</fileset>
|
||||||
</copy>
|
</copy>
|
||||||
|
|
||||||
|
<!-- TODO Remove once we figured out how to nest git repositories for themes -->
|
||||||
|
<move file="${tmp}/${archivename}/themes/blackcandy/blackcandy_blog" todir="${tmp}/${archivename}/themes" />
|
||||||
|
<move file="${tmp}/${archivename}/themes/blackcandy/blackcandy_calendar" todir="${tmp}/${archivename}/themes" />
|
||||||
|
<move file="${tmp}/${archivename}/themes/blackcandy/blackcandy" todir="${tmp}/${archivename}/themes" />
|
||||||
|
|
||||||
<!-- create tar archive -->
|
<!-- create tar archive -->
|
||||||
<if>
|
<if>
|
||||||
<equals arg1="${archivetype}" arg2="tar.gz" casesensitive="false" trim="true"/>
|
<equals arg1="${archivetype}" arg2="tar.gz" casesensitive="false" trim="true"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user