cluster: RHEL55 - cman: allow rpmbuild to generate debuginfo for cman

Christine Caulfield chrissie at fedoraproject.org
Wed Mar 10 12:06:26 UTC 2010


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=9e93356cd52aae9ba69b9dabe6ffcf4af4feb2b9
Commit:        9e93356cd52aae9ba69b9dabe6ffcf4af4feb2b9
Parent:        78c1cf24ac1f6dfeb3c41d95fda988747af08b30
Author:        Christine Caulfield <ccaulfie at redhat.com>
AuthorDate:    Wed Mar 10 11:46:54 2010 +0000
Committer:     Christine Caulfield <ccaulfie at redhat.com>
CommitterDate: Wed Mar 10 11:46:54 2010 +0000

cman: allow rpmbuild to generate debuginfo for cman

from RHEL5.5 distcvs

Signed-off-by: Christine Caulfield <ccaulfie at redhat.com>
---
 cman/daemon/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cman/daemon/Makefile b/cman/daemon/Makefile
index 90f997c..3e6f1f7 100644
--- a/cman/daemon/Makefile
+++ b/cman/daemon/Makefile
@@ -59,7 +59,7 @@ logging.o: logging.c list.h cnxman-socket.h cnxman-private.h
 
 install: all
 	install -d ${libexecdir}/lcrso
-	install -s service_cman.lcrso ${libexecdir}/lcrso
+	install -m755 service_cman.lcrso ${libexecdir}/lcrso
 
 uninstall:
 	rm -f ${libexecdir}/lcrso/service_cman.lcrso


More information about the cluster-commits mailing list