[evolution-data-server] Do not set write-to-all to installed tests executable
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Do not set write-to-all to installed tests executable
- Date: Tue, 28 Jul 2015 06:27:09 +0000 (UTC)
commit e34c32d867fe7eafc3b79a0c77f019b826fadcb1
Author: Milan Crha <mcrha redhat com>
Date: Tue Jul 28 08:25:58 2015 +0200
Do not set write-to-all to installed tests executable
m4/eds-installed-tests.m4 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/m4/eds-installed-tests.m4 b/m4/eds-installed-tests.m4
index e40b5a1..82490ec 100644
--- a/m4/eds-installed-tests.m4
+++ b/m4/eds-installed-tests.m4
@@ -90,7 +90,7 @@ endif
installed-tests-exec-hook:
@$(MKDIR_P) $(EXEC_DIRECTORY);
@for test in $(INSTALLED_TESTS); do \
- $(LIBTOOL) --mode=install $(INSTALL) --mode=777 $$test $(EXEC_DIRECTORY); \
+ $(LIBTOOL) --mode=install $(INSTALL) --mode=755 $$test $(EXEC_DIRECTORY); \
done
installed-tests-data-hook:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]