From mboxrd@z Thu Jan 1 00:00:00 1970 From: cfeist@sourceware.org Date: 22 Aug 2006 19:16:40 -0000 Subject: [Cluster-devel] cluster/gfs2/mkfs Makefile Message-ID: <20060822191640.26270.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-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: