]> git.pld-linux.org Git - packages/e2fsprogs.git/blame - e2fsprogs-498381.patch
- hack around chicken-egg problem with libuuid and libblkid to allow
[packages/e2fsprogs.git] / e2fsprogs-498381.patch
CommitLineData
8587e6c7
JB
1--- e2fsprogs-1.41.1/configure.in.orig 2008-09-01 17:36:59.000000000 +0200
2+++ e2fsprogs-1.41.1/configure.in 2008-09-11 16:50:13.136992337 +0200
3@@ -801,22 +801,6 @@
f7f48c57
ER
4 root_libdir='${root_prefix}/lib'
5 root_sysconfdir='${root_prefix}/etc'
6 fi
7-if test "$bindir" != '${exec_prefix}/bin'; then
8- root_bindir=$bindir
8587e6c7 9- AC_MSG_RESULT([Setting root_bindir to $root_bindir])
f7f48c57
ER
10-fi
11-if test "$sbindir" != '${exec_prefix}/sbin'; then
12- root_sbindir=$sbindir
8587e6c7 13- AC_MSG_RESULT([Setting root_sbindir to $root_sbindir])
f7f48c57
ER
14-fi
15-if test "$libdir" != '${exec_prefix}/lib'; then
16- root_libdir=$libdir
8587e6c7 17- AC_MSG_RESULT([Setting root_libdir to $root_libdir])
f7f48c57
ER
18-fi
19-if test "$sysconfdir" != '${prefix}/etc'; then
20- root_sysconfdir=$sysconfdir
8587e6c7 21- AC_MSG_RESULT([Setting root_sysconfdir to $root_sysconfdir])
f7f48c57
ER
22-fi
23 AC_SUBST(root_prefix)
24 AC_SUBST(root_bindir)
25 AC_SUBST(root_sbindir)
This page took 0.031551 seconds and 4 git commands to generate.