Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/debian/patches/1005_avoid_check_call.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/1005_avoid_check_call.patch')
-rw-r--r--debian/patches/1005_avoid_check_call.patch5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/patches/1005_avoid_check_call.patch b/debian/patches/1005_avoid_check_call.patch
index a4d107a..25547dc 100644
--- a/debian/patches/1005_avoid_check_call.patch
+++ b/debian/patches/1005_avoid_check_call.patch
@@ -1,8 +1,9 @@
diff --git a/src/olpc/datastore/bin_copy.py b/src/olpc/datastore/bin_copy.py
-index 6cf7036..a38b395 100644
+index 6cf7036..3440b1b 100644
--- a/src/olpc/datastore/bin_copy.py
+++ b/src/olpc/datastore/bin_copy.py
-@@ -3,14 +3,12 @@ import os, subprocess
+@@ -2,15 +2,13 @@ import os, subprocess
+
def bin_copy(src, dest):
- try: