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

Jon TURNEY jon.turney at dronecode.org.uk
Mon Mar 14 05:32:54 PDT 2011


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>
-- 
1.7.4



More information about the xorg-devel mailing list