changeset 5425:cefa087d9bd2

Oops, linux-headers typo.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Mon, 27 Jul 2009 12:25:20 +0200
parents 6faea0f46af8
children 4df48a0a200f
files gub/specs/linux-headers.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/linux-headers.py	Mon Jul 27 12:16:49 2009 +0200
+++ b/gub/specs/linux-headers.py	Mon Jul 27 12:25:20 2009 +0200
@@ -16,7 +16,7 @@
         return ['']
     def patch (self):
         self.file_sub ([('[.] [.]config-is-not', '. ./.config-is-not'),],
-                       '%(srcdirs)/scripts/Configure')
+                       '%(srcdir)s/scripts/Configure')
         self.system ('''
 #let's not use patch, and certainly not circumventing patch mechanism
 #cd %(srcdir)s && patch -p1 < %(patchdir)s/linux-headers-2.4.34-posix-fix.patch