[-]
[+]
|
Changed |
fsarchiver.spec
|
|
[-]
[+]
|
Added |
fsarchiver-configure.patch
^
|
@@ -0,0 +1,22 @@
+--- configure.ac.orig 2009-02-18 10:21:28.000000000 +0100
++++ configure.ac 2009-02-18 10:21:40.000000000 +0100
+@@ -86,7 +86,7 @@
+
+ dnl PKG_CHECK_MODULES([e2fsprogs], [ext2fs >= 1.39])
+
+-if mke2fs -V >/dev/null 2>&1
++if /sbin/mke2fs -V >/dev/null 2>&1
+ then
+ AC_MSG_RESULT([checking for mke2fs... yes])
+ else
+--- configure.orig 2009-02-18 10:21:33.000000000 +0100
++++ configure 2009-02-18 10:21:59.000000000 +0100
+@@ -7316,7 +7316,7 @@
+
+
+
+-if mke2fs -V >/dev/null 2>&1
++if /sbin/mke2fs -V >/dev/null 2>&1
+ then
+ { $as_echo "$as_me:$LINENO: result: checking for mke2fs... yes" >&5
+ $as_echo "checking for mke2fs... yes" >&6; }
|