Joel Granados Moreno wrote: > 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
Thanks for pointing that out. I've removed it altogether, now that maint.mk from gnulib defaults to the right value. _______________________________________________ parted-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/parted-devel

