mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 15:05:33 +00:00
MINOR: If blackcandy isn't included, or is already in the right place, dont error out
This commit is contained in:
parent
e323b233a3
commit
71d71dc3b6
@ -141,9 +141,9 @@ Options:
|
|||||||
</copy>
|
</copy>
|
||||||
|
|
||||||
<!-- TODO Remove once we figured out how to nest git repositories for themes -->
|
<!-- 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_blog" todir="${tmp}/${archivename}/themes" haltonerror='false' />
|
||||||
<move file="${tmp}/${archivename}/themes/blackcandy/blackcandy_calendar" todir="${tmp}/${archivename}/themes" />
|
<move file="${tmp}/${archivename}/themes/blackcandy/blackcandy_calendar" todir="${tmp}/${archivename}/themes" haltonerror='false' />
|
||||||
<move file="${tmp}/${archivename}/themes/blackcandy/blackcandy" todir="${tmp}/${archivename}/themes" />
|
<move file="${tmp}/${archivename}/themes/blackcandy/blackcandy" todir="${tmp}/${archivename}/themes" haltonerror='false' />
|
||||||
|
|
||||||
<!-- create tar archive -->
|
<!-- create tar archive -->
|
||||||
<if>
|
<if>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user