From 981108523a44d82866ffc776500a8c643b735552 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Tue, 24 Sep 2013 19:28:34 +0300 Subject: [PATCH] mkbundle: follow symlinks --- support/mkbundle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/mkbundle b/support/mkbundle index 7e32d657..50f96f5b 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