Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2010-01-15 12:59:42 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2010-01-15 12:59:42 +0300
commit4d2c55824eddf5dd4188c1d3c71afde47624b11e (patch)
tree69c42cf5fe93f23905c41d87f228578afec999fd /SConstruct
parent0e8dd13c48abc1e9d8afc0fd8e1dbc2dadfe989b (diff)
* don't copy .pyc files
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 83570cb5c1a..c56ee99bb80 100644
--- a/SConstruct
+++ b/SConstruct
@@ -500,7 +500,7 @@ if env['OURPLATFORM']!='darwin':
else: dir = os.path.join(env['BF_INSTALLDIR'], '.blender')
dir += os.sep + os.path.basename(scriptpath) + dp[len(scriptpath):]
- source=[os.path.join(dp, f) for f in df]
+ source=[os.path.join(dp, f) for f in df if f[-3:]!='pyc']
scriptinstall.append(env.Install(dir=dir,source=source))
#-- icons