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

Change subject: aaa: create extensions drop-in directories
......................................................................

aaa: create extensions drop-in directories

Topic: AAA
Change-Id: I3c29c5c6fcab2e7adf1ebc2dc9f3c3a33c9abf52
Signed-off-by: Alon Bar-Lev <[email protected]>
---
M Makefile
M ovirt-engine.spec.in
2 files changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/76/27276/1

diff --git a/Makefile b/Makefile
index f9cf465..a911fad 100644
--- a/Makefile
+++ b/Makefile
@@ -417,6 +417,8 @@
        install -d -m 755 "$(DESTDIR)$(DATA_DIR)/ui-plugins"
        install -d -m 755 "$(DESTDIR)$(PKG_SYSCONF_DIR)/branding"
        install -d -m 750 "$(DESTDIR)$(PKG_STATE_DIR)/backups"
+       install -d -m 755 "$(DESTDIR)$(PKG_SYSCONF_DIR)/extensions.d"
+       install -d -m 755 "$(DESTDIR)$(DATA_DIR)/extensions.d"
 
        install -d -m 0755 "$(DESTDIR)$(DATA_DIR)/files"
        -rm -f "$(DESTDIR)$(DATA_DIR)/files/usbfilter.txt"
diff --git a/ovirt-engine.spec.in b/ovirt-engine.spec.in
index 1ef3f42..1514294 100644
--- a/ovirt-engine.spec.in
+++ b/ovirt-engine.spec.in
@@ -814,9 +814,11 @@
 %dir %{engine_data}/branding
 %dir %{engine_data}/conf
 %dir %{engine_data}/engine.ear
+%dir %{engine_data}/extensions.d
 %dir %{engine_data}/services
 %dir %{engine_etc}
 %dir %{engine_etc}/branding
+%dir %{engine_etc}/extensions.d
 %dir %{engine_java}
 %doc LICENSE
 %ghost %config(noreplace) %{engine_etc}/engine.conf


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3c29c5c6fcab2e7adf1ebc2dc9f3c3a33c9abf52
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to