aboutsummaryrefslogtreecommitdiff
path: root/ipsutils/tasks.py
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2013-12-23 13:13:43 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2013-12-23 13:13:43 -0500
commit00c9b0d8f0fe098bc254b0878241e0f8e678c913 (patch)
treec4ec31d022d841c83d2f4c7be37a7236560dc187 /ipsutils/tasks.py
parentcdf662542011453726507eed0dd6e54b0a3be0d0 (diff)
parent40ca2f3b99378427b195db19b7a78bae8b5101c0 (diff)
downloadipsutils-00c9b0d8f0fe098bc254b0878241e0f8e678c913.tar.gz
Merge branch 'master' of ssh://bitbucket.org/jhunkeler/ipsutils
Diffstat (limited to 'ipsutils/tasks.py')
-rw-r--r--ipsutils/tasks.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipsutils/tasks.py b/ipsutils/tasks.py
index d7d46df..b2943b9 100644
--- a/ipsutils/tasks.py
+++ b/ipsutils/tasks.py
@@ -461,7 +461,8 @@ class Package(task.Task):
else:
shutil.copytree(self.cls.env_pkg['BUILDPROTO'], \
os.path.join(self.destination, \
- os.path.basename(self.cls.env_pkg['BUILDPROTO'])))
+ os.path.basename(self.cls.env_pkg['BUILDPROTO'])), \
+ symlinks=True)
shutil.copy2(self.cls.env_meta['STAGE4'], self.destination)
return 0