Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: setup plugins should not be executable ......................................................................
packaging: setup plugins should not be executable Change-Id: I4d92a3af2d071780a8ec9f19e4c6e7debf6074d0 Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- M Makefile 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/75/13575/1 diff --git a/Makefile b/Makefile index 05602d3..d0131c1 100644 --- a/Makefile +++ b/Makefile @@ -310,7 +310,7 @@ install -m 640 backend/manager/tools/dbutils/fkvalidator_sp.sql $(DESTDIR)$(DATA_DIR)/scripts/dbutils install_aio_plugin: - install -m 755 packaging/fedora/setup/plugins/all_in_one_100.py $(DESTDIR)$(DATA_DIR)/scripts/plugins + install -m 644 packaging/fedora/setup/plugins/all_in_one_100.py $(DESTDIR)$(DATA_DIR)/scripts/plugins install_sec: install -dm 755 $(DESTDIR)$(PKG_PKI_DIR)/certs -- To view, visit http://gerrit.ovirt.org/13575 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4d92a3af2d071780a8ec9f19e4c6e7debf6074d0 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