From 87191796e515234522d5cfde5993d1bbe5572cb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ozan=20=C3=87a=C4=9Flayan?= Date: Thu, 9 Apr 2009 13:22:49 +0000 Subject: [PATCH] this borks --- pisi/actionsapi/kerneltools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pisi/actionsapi/kerneltools.py b/pisi/actionsapi/kerneltools.py index 9f681b23..f3f0b5a4 100644 --- a/pisi/actionsapi/kerneltools.py +++ b/pisi/actionsapi/kerneltools.py @@ -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)