Alon Bar-Lev has uploaded a new change for review.

Change subject: packaging: build: devenv: remove dbscripts before installing
......................................................................

packaging: build: devenv: remove dbscripts before installing

this will avoid sql dups when installed multiple times

Change-Id: I49775301283a2900b51fed42563c92b2d1923a2a
Signed-off-by: Alon Bar-Lev <alo...@redhat.com>
---
M Makefile
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/66/20666/1

diff --git a/Makefile b/Makefile
index 6047d31..8f0c914 100644
--- a/Makefile
+++ b/Makefile
@@ -414,6 +414,9 @@
                all-dev \
                $(NULL)
 
+       # remove dbscripts to avoid dups
+       rm -fr "$(DESTDIR)$(DATA_DIR)/dbscripts"
+
        $(MAKE) \
                install \
                BUILD_DEV=1 \


-- 
To view, visit http://gerrit.ovirt.org/20666
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I49775301283a2900b51fed42563c92b2d1923a2a
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