[yocto] [opkg-utils][PATCH 1/1] opkg-make-index: fix mis-indented else:

Martin Jansa martin.jansa at gmail.com
Thu Oct 4 09:29:13 PDT 2012


From: Marc Olzheim <marc at iphion.nl>

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 opkg-make-index | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opkg-make-index b/opkg-make-index
index 1c3a8e1..44fa64d 100755
--- a/opkg-make-index
+++ b/opkg-make-index
@@ -213,7 +213,7 @@ if filelist_filename:
             (h,t) = os.path.split(fn)
             if not t: continue
             if t not in files: files[t] = name+':'+fn
-        else: files[t] = files[t] + ',' + name+':'+fn
+            else: files[t] = files[t] + ',' + name+':'+fn
 
     tmp_filelist_filename = ("%s.%d" % (filelist_filename, os.getpid()))
     f = open(tmp_filelist_filename, "w")
-- 
1.7.12




More information about the yocto mailing list