[banshee] [build] ensure the last patch in the list gets applied



commit 61e95019ec3b0668f6c05aa316ee8e95fc651a45
Author: Aaron Bockover <abockover novell com>
Date:   Sun Dec 20 23:12:57 2009 -0500

    [build] ensure the last patch in the list gets applied

 build/bundle/packages/glib.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/bundle/packages/glib.py b/build/bundle/packages/glib.py
index f6f2367..3ad7c06 100644
--- a/build/bundle/packages/glib.py
+++ b/build/bundle/packages/glib.py
@@ -29,4 +29,4 @@ package = {
 }
 
 package['prep'].extend (['patch -p0 < @{sources:%s}' % p
-	for p in range (2, len (package['sources']) - 1)])
+	for p in range (2, len (package['sources']))])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]