changeset 4506:745ab57602c6

Typo in texinfo.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Sat, 25 Oct 2008 10:24:33 +0200
parents 81a47962536a
children a0668ff16683
files gub/specs/texinfo.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/texinfo.py	Sat Oct 25 10:13:07 2008 +0200
+++ b/gub/specs/texinfo.py	Sat Oct 25 10:24:33 2008 +0200
@@ -4,6 +4,6 @@
     source = 'ftp://ftp.gnu.org/pub/gnu/texinfo/texinfo-4.11.tar.bz2'
     def patch (self):
         # for 4.11
-        self.system ('cd %(srcdir)s/buil-aux && chmod +x install-sh config.sub config.guess missing || :')
+        self.system ('cd %(srcdir)s/build-aux && chmod +x install-sh config.sub config.guess missing')
     def get_build_dependencies (self):
         return ['ncurses']