]> git.wh0rd.org - patches.git/blame - genext2fs-chmod-srcdir.patch
initial import
[patches.git] / genext2fs-chmod-srcdir.patch
CommitLineData
5e993f12 1Index: configure.in
2===================================================================
3RCS file: /cvsroot/genext2fs/genext2fs/configure.in,v
4retrieving revision 1.6
5diff -u -p -r1.6 configure.in
6--- configure.in 20 Dec 2006 00:38:10 -0000 1.6
7+++ configure.in 16 Jan 2007 05:24:33 -0000
8@@ -36,5 +36,5 @@ AC_FUNC_SNPRINTF
9 AC_FUNC_SCANF_CAN_MALLOC
10
11 AC_OUTPUT([Makefile],[
12-chmod a+x test-mount.sh test.sh
13+chmod a+x $ac_top_srcdir/test-mount.sh $ac_top_srcdir/test.sh
14 ])