[parted-devel] [PATCH 2/3] Use the gnulib directory in parted.
Jim Meyering
jim at meyering.net
Fri May 15 13:51:20 UTC 2009
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.
More information about the parted-devel
mailing list