summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2011-03-14 12:32:54 +0000
committerDan Nicholson <dbn.lists@gmail.com>2011-03-14 06:20:03 -0700
commit5c5afe38845406ae87609842fd8bc8837d4c5f26 (patch)
treec21e9734e4607f54f59563ff0dd910b737225915
parent744e99dd729941a5e55704a4662425594882f388 (diff)
jhbuild: Fix typo in checkoutdir for newly added xpr and xrefresh applications
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
-rw-r--r--xorg.modules4
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>