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 _______________________________________________ parted-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/parted-devel

