Hi,

Debian bug #339374 discusses a failure of ketchup to work with recent
2.6.x kernels since they have the .gitignore file and it's not mv'ed by
ketchup.

To fix that I have prepared the following patch.

Baruch

--- a/ketchup   Mon Nov 28 22:53:02 2005
+++ b/ketchup   Fri Dec  2 17:43:15 2005
@@ -450,7 +450,7 @@
         sys.exit(-1)

     if not len(strip):
-        err = os.system("mv linux*/* . ; rmdir linux*")
+        err = os.system("mv linux*/* linux*/.* . ; rmdir linux*")
         if err:
             error("Unpacking failed: ", err)
             sys.exit(-1)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to