[Cluster-devel] cluster/gfs2/mkfs Makefile

rpeterso at sourceware.org rpeterso at sourceware.org
Mon Mar 26 19:41:01 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	rpeterso at sourceware.org	2007-03-26 20:41:00

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&r1=1.12&r2=1.13

--- cluster/gfs2/mkfs/Makefile	2006/08/22 19:16:39	1.12
+++ cluster/gfs2/mkfs/Makefile	2007/03/26 19:41:00	1.13
@@ -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