mirror of https://github.com/apache/cloudstack.git
Make the dist dir for the systemvm when it is needed
This commit is contained in:
parent
cf6a5c7c5a
commit
4e47577fbd
|
|
@ -112,6 +112,7 @@
|
|||
</goals>
|
||||
<configuration>
|
||||
<target>
|
||||
<mkdir dir="${basedir}/dist" />
|
||||
<mkdir dir="${basedir}/target/build-patch" />
|
||||
<mkdir dir="${basedir}/target/build-patch/usr/sbin" />
|
||||
<copy overwrite="true" todir="${basedir}/target/build-patch">
|
||||
|
|
|
|||
Loading…
Reference in New Issue