]> git.pld-linux.org Git - packages/gfs2.git/commitdiff
- fix potential cross-device link in installation
authoraredridel <aredridel@pld-linux.org>
Thu, 5 Apr 2007 20:38:02 +0000 (20:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gfs2-install.patch -> 1.1

gfs2-install.patch [new file with mode: 0644]

diff --git a/gfs2-install.patch b/gfs2-install.patch
new file mode 100644 (file)
index 0000000..b545148
--- /dev/null
@@ -0,0 +1,12 @@
+diff -ur cluster-2.00.00/gfs2/mkfs/Makefile cluster-2.00.00-o/gfs2/mkfs/Makefile
+--- cluster-2.00.00/gfs2/mkfs/Makefile 2007-04-05 14:34:25.000000000 -0600
++++ cluster-2.00.00-o/gfs2/mkfs/Makefile       2006-08-22 13:16:39.000000000 -0600
+@@ -35,7 +35,7 @@
+ install: all
+       ${INSTALL} -m 0755 ${MKFS} ${sbindir}
+-      ln -f ${MKFS} ${sbindir}/${JADD}
++      ln -s ${MKFS} ${sbindir}/${JADD}
+ clean:
+       rm -f *.o ${MKFS} ${JADD}
This page took 0.069777 seconds and 4 git commands to generate.