[PATCH] Fix the check_accelerators srcdir path.

Vratislav Podzimek vpodzime at redhat.com
Mon Dec 16 17:34:28 UTC 2013


On Mon, 2013-12-16 at 11:28 -0500, David Shea wrote:
> The check_accelerators script moved to a different directory, so fix the
> path it uses for $srcdir when run outside of automake.
> ---
>  tests/glade/accelerators/run_check_accelerators.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/glade/accelerators/run_check_accelerators.sh b/tests/glade/accelerators/run_check_accelerators.sh
> index d090b29..79a9899 100755
> --- a/tests/glade/accelerators/run_check_accelerators.sh
> +++ b/tests/glade/accelerators/run_check_accelerators.sh
> @@ -1,6 +1,6 @@
>  #!/bin/sh
>  
> -: "${top_srcdir:=$(dirname "$0")/../..}"
> +: "${top_srcdir:=$(dirname "$0")/../../..}"
>  srcdir="${top_srcdir}/tests/glade/accelerators"
>  
>  # If --translate was specified but not --podir, add --podir
ACK.

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic



More information about the anaconda-patches mailing list