|
|
@@ -175,7 +175,7 @@ install: all
|
|
|
install -m 755 $(builddir)exec/corosync $(DESTDIR)$(SBINDIR)
|
|
|
install -m 755 $(builddir)tools/corosync-objctl $(DESTDIR)$(SBINDIR)
|
|
|
install -m 755 $(builddir)tools/corosync-cfgtool $(DESTDIR)$(SBINDIR)
|
|
|
- install -m 700 $(builddir)tools/corosync-keygen $(DESTDIR)$(SBINDIR)
|
|
|
+ install -m 755 $(builddir)tools/corosync-keygen $(DESTDIR)$(SBINDIR)
|
|
|
|
|
|
if [ ! -f $(DESTDIR)$(ETCDIR)/penais.conf ] ; then \
|
|
|
install -m 644 $(srcdir)conf/corosync.conf $(DESTDIR)$(ETCDIR) ; \
|