projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64bc157
)
Do not copy system libraries with permission bits.
author
Cheng Zhao
<zcbenz@gmail.com>
Tue, 13 May 2014 13:03:32 +0000
(21:03 +0800)
committer
Cheng Zhao
<zcbenz@gmail.com>
Tue, 13 May 2014 13:03:32 +0000
(21:03 +0800)
script/create-dist.py
patch
|
blob
|
history
diff --git
a/script/create-dist.py
b/script/create-dist.py
index
270be34
..
63519ed
100755
(executable)
--- a/
script/create-dist.py
+++ b/
script/create-dist.py
@@
-177,7
+177,7
@@
def copy_system_libraries():
for i, library in enumerate(SYSTEM_LIBRARIES):
real_library = m.group(1)
if real_library.startswith(library):
- shutil.copy
2
(m.group(2), os.path.join(DIST_DIR, real_library))
+ shutil.copy
file
(m.group(2), os.path.join(DIST_DIR, real_library))
SYSTEM_LIBRARIES[i] = real_library