this borks

This commit is contained in:
Ozan Çağlayan
2009-04-09 13:22:49 +00:00
parent 4fd69798db
commit 87191796e5
+1 -1
View File
@@ -142,7 +142,7 @@ def installHeaders(extra=[]):
# Finally copy the include directories found in arch/
shelltools.system("(find arch -name include -type d -print | \
xargs -n1 -i: find : -type f) | \
cpio -pVd --preserve-modification-time %s" % destination)
cpio -pd --preserve-modification-time %s" % destination)
# Settle the correct build symlink to this headers
pisitools.dosym("/%s" % headersDirectoryName, "/lib/modules/%s/build" % suffix)