Alon Bar-Lev 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 <alo...@redhat.com>
---
M Makefile
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/52/32952/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/32952
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id578f163f355b15743be1685038530047c39bfcc
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to