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>
This commit is contained in:
parent
799d906ac9
commit
51bda0a5cd
|
|
@ -35,7 +35,8 @@ build-indep: build-indep-stamp
|
|||
|
||||
build-indep-stamp: configure
|
||||
mvn package -DskipTests -Dsystemvm \
|
||||
-Dcs.replace.properties=replace.properties.tmp
|
||||
-Dcs.replace.properties=replace.properties.tmp \
|
||||
${ACS_BUILD_OPTS}
|
||||
touch $@
|
||||
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Reference in New Issue