mirror of https://github.com/apache/cloudstack.git
Adding an optional env variable for DEB packaging to pick up additional profiles to package
Signed-off-by: Chip Childers <chip.childers@gmail.com> Conflicts: debian/rules
This commit is contained in:
parent
bdd5634924
commit
9abc21ceb9
|
|
@ -34,8 +34,9 @@ build: build-indep
|
|||
build-indep: build-indep-stamp
|
||||
|
||||
build-indep-stamp: configure
|
||||
mvn -Pawsapi package -DskipTests -Dsystemvm \
|
||||
-Dcs.replace.properties=replace.properties.tmp
|
||||
mvn package -Pawsapi -DskipTests -Dsystemvm \
|
||||
-Dcs.replace.properties=replace.properties.tmp \
|
||||
${ACS_BUILD_OPTS}
|
||||
touch $@
|
||||
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Reference in New Issue