From: Justin Patrin Date: Thu, 18 Jan 2007 18:35:06 +0000 (+0000) Subject: mtnpatch: update to read newer diff format X-Git-Tag: Release-2010-05/1~9357 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dee5c33c377b2367b84b0bfca64447652d602ff;p=openembedded.git mtnpatch: update to read newer diff format --- diff --git a/contrib/mtnpatch.py b/contrib/mtnpatch.py index f7abb6393d..4de9ecc460 100755 --- a/contrib/mtnpatch.py +++ b/contrib/mtnpatch.py @@ -30,7 +30,7 @@ def main(argv = None): print "%s add %s" % (mtncmd, fileName) else: print "%s drop -e %s" % (mtncmd, fileName) - elif cmd == "add": + elif cmd == "add" or cmd == "add_file" or cmd == "add_dir": if reverse: print "%s drop -e %s" % (mtncmd, fileName) else: