From 4057d75607158f13e8a07b0efa1ecadc0aa3acd4 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Wed, 10 Dec 2014 13:40:26 +0100 Subject: sleep is important --- debian/patches/libports-payloads.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches/libports-payloads.patch b/debian/patches/libports-payloads.patch index 03003f91..c3903900 100644 --- a/debian/patches/libports-payloads.patch +++ b/debian/patches/libports-payloads.patch @@ -159,7 +159,7 @@ index 448b379..c229d77 100644 + int old, garbage; + struct deferred_dereference *d; + -+ sleep (5); ++ sleep (60); + + /* We are the only one updating generation, so this is safe. */ + old = generation; -- cgit v1.2.3