[Cluster-devel] cluster/gfs2/mkfs Makefile

rpeterso at sourceware.org rpeterso at sourceware.org
Mon Mar 26 19:42:10 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	rpeterso at sourceware.org	2007-03-26 20:42:10

Modified files:
	gfs2/mkfs      : Makefile 

Log message:
	Resolves: Bugzilla Bug 233083: Wrong link command in gfs2-utils
	mkfs/Makefile (with solution).

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

--- cluster/gfs2/mkfs/Makefile	2006/08/22 19:16:39	1.12
+++ cluster/gfs2/mkfs/Makefile	2007/03/26 19:42:09	1.12.2.1
@@ -35,7 +35,7 @@
 
 install: all
 	${INSTALL} -m 0755 ${MKFS} ${sbindir}
-	ln -f ${MKFS} ${sbindir}/${JADD}
+	ln -f ${sbindir}/${MKFS} ${sbindir}/${JADD}
 
 clean:
 	rm -f *.o ${MKFS} ${JADD}




More information about the Cluster-devel mailing list