1
0
mirror of git://projects.qi-hardware.com/ben-blinkenlights.git synced 2025-04-21 12:27:27 +03:00

avrdude/: make patches relative to avrdude-<version> directory

This way, the path names in the patch files stay the same across
avrdude versions.
This commit is contained in:
Werner Almesberger
2012-07-22 02:37:19 -03:00
parent 9942f62cb8
commit b0e83a9202
8 changed files with 41 additions and 40 deletions

View File

@@ -1,7 +1,7 @@
Index: avrdude/avrdude-5.10/avr.c
Index: avrdude/avr.c
===================================================================
--- avrdude.orig/avrdude-5.10/avr.c 2011-03-08 23:46:53.000000000 -0300
+++ avrdude/avrdude-5.10/avr.c 2011-03-08 23:50:06.000000000 -0300
--- avrdude.orig/avr.c 2011-03-08 23:46:53.000000000 -0300
+++ avrdude/avr.c 2011-03-08 23:50:06.000000000 -0300
@@ -192,7 +192,8 @@
}
}
@@ -22,10 +22,10 @@ Index: avrdude/avrdude-5.10/avr.c
data = m->buf[i];
report_progress(i, wsize, NULL);
Index: avrdude/avrdude-5.10/update.c
Index: avrdude/update.c
===================================================================
--- avrdude.orig/avrdude-5.10/update.c 2011-03-08 23:46:53.000000000 -0300
+++ avrdude/avrdude-5.10/update.c 2011-03-08 23:47:45.000000000 -0300
--- avrdude.orig/update.c 2011-03-08 23:46:53.000000000 -0300
+++ avrdude/update.c 2011-03-08 23:47:45.000000000 -0300
@@ -224,6 +224,7 @@
progname, mem->desc);
}