[parted-devel] [PATCH 2/3] Use the gnulib directory in parted.

Joel Granados Moreno jgranado at redhat.com
Thu May 14 17:06:54 UTC 2009


If "/gnulib" is used it will search in the systems root dir for the
gnulib dir, which is the wrong thing to do.
---
 cfg.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cfg.mk b/cfg.mk
index 97404ea..9bbf2b5 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -49,7 +49,7 @@ local-checks-to-skip = \
 
 # The local directory containing the checked-out copy of gnulib used in this
 # release.  Used solely to get gnulib's SHA1 for the "announcement" target.
-gnulib_dir = /gnulib
+gnulib_dir = gnulib
 
 # Now that we have better (check.mk) tests, make this the default.
 export VERBOSE = yes
-- 
1.6.0.6




More information about the parted-devel mailing list