From mboxrd@z Thu Jan 1 00:00:00 1970 From: cfeist@sourceware.org Date: 12 Jun 2006 22:50:49 -0000 Subject: [Cluster-devel] cluster/group daemon/Makefile tool/Makefile Message-ID: <20060612225049.25837.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Changes by: cfeist at sourceware.org 2006-06-12 22:50:48 Modified files: group/daemon : Makefile group/tool : Makefile Log message: Install files in the correct location. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/daemon/Makefile.diff?cvsroot=cluster&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/tool/Makefile.diff?cvsroot=cluster&r1=1.3&r2=1.4 --- cluster/group/daemon/Makefile 2006/02/16 18:38:35 1.8 +++ cluster/group/daemon/Makefile 2006/06/12 22:50:48 1.9 @@ -44,5 +44,5 @@ rm -f *.o groupd install: groupd - install groupd /sbin + install groupd ${sbindir}/sbin --- cluster/group/tool/Makefile 2005/05/31 10:03:56 1.3 +++ cluster/group/tool/Makefile 2006/06/12 22:50:48 1.4 @@ -27,5 +27,5 @@ rm -f *.o group_tool install: group_tool - install group_tool /sbin + install group_tool ${sbindir}