CVSROOT:        /cvs/cluster
Module name:    cluster
Changes by:     [EMAIL PROTECTED]       2007-11-27 14:54:54

Modified files:
        cman/daemon    : Makefile 

Log message:
        Do not install stripped binaries

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/Makefile.diff?cvsroot=cluster&r1=1.55&r2=1.56

--- cluster/cman/daemon/Makefile        2007/08/28 04:35:39     1.55
+++ cluster/cman/daemon/Makefile        2007/11/27 14:54:53     1.56
@@ -42,7 +42,7 @@
 
 install: all
        install -d ${libexecdir}/lcrso
-       install -s ${TARGET} ${libexecdir}/lcrso
+       install ${TARGET} ${libexecdir}/lcrso
 
 uninstall:
        rm -f ${libexecdir}/lcrso/${TARGET}

Reply via email to