Sandro Bonazzola has uploaded a new change for review. Change subject: packaging: build: fix jboss deploy location ......................................................................
packaging: build: fix jboss deploy location broken by I88563c8c0 Change-Id: Id578f163f355b15743be1685038530047c39bfcc Signed-off-by: Alon Bar-Lev <[email protected]> (cherry picked from commit b87125e7a3fbf09ab2f32216a617296f383f7be0) --- M Makefile 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/71/32971/1 diff --git a/Makefile b/Makefile index 55b7b9b..f65f05b 100644 --- a/Makefile +++ b/Makefile @@ -519,6 +519,6 @@ install -d "$(DESTDIR)$(PKG_LOG_DIR)/engine-manage-domains" install -d "$(DESTDIR)$(PKG_LOG_DIR)/dump" - if [ -e "$(DESTDIR)$(PKG_TMP_DIR)/deployments" ]; then \ - touch "$(DESTDIR)$(PKG_TMP_DIR)/deployments/engine.ear.deployed"; \ + if [ -e "$(DESTDIR)$(PKG_STATE_DIR)/jboss_runtime/deployments" ]; then \ + touch "$(DESTDIR)$(PKG_STATE_DIR)/jboss_runtime/deployments/engine.ear.deployed"; \ fi -- To view, visit http://gerrit.ovirt.org/32971 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id578f163f355b15743be1685038530047c39bfcc Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5 Gerrit-Owner: Sandro Bonazzola <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
