From: Stefan Saraev Date: Tue, 24 Sep 2013 16:28:34 +0000 (+0300) Subject: mkbundle: follow symlinks X-Git-Tag: v4.1~2473^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F295%2Fhead;p=thirdparty%2Ftvheadend.git mkbundle: follow symlinks --- diff --git a/support/mkbundle b/support/mkbundle index 7e32d6570..50f96f5b2 100755 --- a/support/mkbundle +++ b/support/mkbundle @@ -40,7 +40,7 @@ if opts.deps: root = os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]), '..')) ents = {} for path in args: - for (p, ds, fs) in os.walk(path): + for (p, ds, fs) in os.walk(path, followlinks=True): p = os.path.abspath(p) n = p.replace(root+'/', '') t = ents