summaryrefslogtreecommitdiffstats
path: root/manifest_xml.py
diff options
context:
space:
mode:
Diffstat (limited to 'manifest_xml.py')
-rw-r--r--manifest_xml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest_xml.py b/manifest_xml.py
index 05651c6c..9b5d7847 100644
--- a/manifest_xml.py
+++ b/manifest_xml.py
@@ -166,7 +166,7 @@ class XmlManifest(object):
166 166
167 try: 167 try:
168 if os.path.lexists(self.manifestFile): 168 if os.path.lexists(self.manifestFile):
169 os.remove(self.manifestFile) 169 platform_utils.remove(self.manifestFile)
170 platform_utils.symlink(os.path.join('manifests', name), self.manifestFile) 170 platform_utils.symlink(os.path.join('manifests', name), self.manifestFile)
171 except OSError as e: 171 except OSError as e:
172 raise ManifestParseError('cannot link manifest %s: %s' % (name, str(e))) 172 raise ManifestParseError('cannot link manifest %s: %s' % (name, str(e)))