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
a04fdf4974
commit
0ea71af868
@ -137,6 +137,11 @@ Options:
|
||||
</fileset>
|
||||
</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 -->
|
||||
<if>
|
||||
<equals arg1="${archivetype}" arg2="tar.gz" casesensitive="false" trim="true"/>
|
||||
|
Loading…
Reference in New Issue
Block a user