[Cluster-devel] cluster/gfs2/mkfs Makefile

cfeist at sourceware.org cfeist at sourceware.org
Tue Aug 22 19:16:40 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	cfeist at sourceware.org	2006-08-22 19:16:40

Modified files:
	gfs2/mkfs      : Makefile 

Log message:
	Don't force the owner to root (breaks rpm build).

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs2/mkfs/Makefile.diff?cvsroot=cluster&r1=1.11&r2=1.12

--- cluster/gfs2/mkfs/Makefile	2006/08/11 15:18:13	1.11
+++ cluster/gfs2/mkfs/Makefile	2006/08/22 19:16:39	1.12
@@ -34,7 +34,7 @@
 	${CC} ${CFLAGS} -o $@ $^
 
 install: all
-	${INSTALL} -m 0755 -g root -o root ${MKFS} ${sbindir}
+	${INSTALL} -m 0755 ${MKFS} ${sbindir}
 	ln -f ${MKFS} ${sbindir}/${JADD}
 
 clean:




More information about the Cluster-devel mailing list