aboutsummaryrefslogtreecommitdiff
path: root/ipsutils/tasks.py
diff options
context:
space:
mode:
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