* [Cluster-devel] cluster/group daemon/Makefile tool/Makefile
@ 2006-06-12 22:50 cfeist
0 siblings, 0 replies; only message in thread
From: cfeist @ 2006-06-12 22:50 UTC (permalink / raw)
To: cluster-devel.redhat.com
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}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-06-12 22:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-12 22:50 [Cluster-devel] cluster/group daemon/Makefile tool/Makefile cfeist
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.