aboutsummaryrefslogtreecommitdiffstats
path: root/app-backup/obnam/files/obnam-1.2_diff_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--app-backup/obnam/files/obnam-1.2_diff_fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-backup/obnam/files/obnam-1.2_diff_fix.patch b/app-backup/obnam/files/obnam-1.2_diff_fix.patch
new file mode 100644
index 0000000..5739dd0
--- /dev/null
+++ b/app-backup/obnam/files/obnam-1.2_diff_fix.patch
@@ -0,0 +1,11 @@
+diff -urN obnam-1.2.orig/obnamlib/plugins/show_plugin.py obnam-1.2/obnamlib/plugins/show_plugin.py
+--- obnam-1.2.orig/obnamlib/plugins/show_plugin.py 2012-10-06 18:45:31.000000000 +0200
++++ obnam-1.2/obnamlib/plugins/show_plugin.py 2012-10-11 09:54:28.757951340 +0200
+@@ -234,6 +234,7 @@
+ self.show_diff_for_file(gen2, full, '+')
+ for basename in sorted(set1):
+ # This was only in gen1 - it got removed
++ full = os.path.join(dirname, basename)
+ self.show_diff_for_file(gen1, full, '-')
+
+ for subdir in subdirs: