[PATCH:modular] jhbuild: Fix typo in checkoutdir for newly added xpr and xrefresh applications

Dan Nicholson dbn.lists at gmail.com
Mon Mar 14 06:14:55 PDT 2011


On Mon, Mar 14, 2011 at 5:32 AM, Jon TURNEY <jon.turney at dronecode.org.uk> wrote:
>
> Signed-off-by: Jon TURNEY <jon.turney at dronecode.org.uk>
> ---
> A couple of checkoutdir attributes were typoed
>
> Good work with all these jhbuild changes, though!
>
>  xorg.modules |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/xorg.modules b/xorg.modules
> index a642712..8cbdd66 100644
> --- a/xorg.modules
> +++ b/xorg.modules
> @@ -991,7 +991,7 @@
>
>   <autotools id="xpr">
>     <branch module="xorg/app/xpr"
> -            checkoudir="xorg/app/xpr"/>
> +            checkoutdir="xorg/app/xpr"/>
>     <dependencies>
>       <dep package="libX11"/>
>       <!--<dep package="libXmuu"/>-->
> @@ -1025,7 +1025,7 @@
>
>   <autotools id="xrefresh">
>     <branch module="xorg/app/xrefresh"
> -            checkoudir="xorg/app/xrefresh"/>
> +            checkoutdir="xorg/app/xrefresh"/>
>     <dependencies>
>       <dep package="libX11"/>
>     </dependencies>

Oops, good catch.

Reviewed-by: Dan Nicholson <dbn.lists at gmail.com>


More information about the xorg-devel mailing list