summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-04-17 13:05:37 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-04-17 15:15:53 +0000
commitc0ff181faee73ce8ede7b320dfad5b12ea552421 (patch)
tree5fce3d9fd1912a1250fa7e0c8f5f5c0ea23579fb
parent7b548df2645cedb28aea5a1f442c2f8ee3a0d981 (diff)
downloaddefinitions-baserock/release/GENIVI-H0.1.tar.gz
Fix strip-gplv3.configure.baserock/release/GENIVI-H0.1
It was trying to remove /usr/bin/awk twice.
-rwxr-xr-xstrip-gplv3.configure1
1 files changed, 0 insertions, 1 deletions
diff --git a/strip-gplv3.configure b/strip-gplv3.configure
index 5be060bf..8464487e 100755
--- a/strip-gplv3.configure
+++ b/strip-gplv3.configure
@@ -60,7 +60,6 @@ class StripGPLv3ConfigureExtension(cliapp.Application):
for artifact in artifacts.split():
self.remove_chunk(target_root, artifact, chunk[1])
- os.remove(os.path.join(target_root, 'usr', 'bin', 'awk'))
os.symlink(os.path.join(os.sep, 'bin', 'busybox'),
os.path.join(target_root, 'usr', 'bin', 'awk'))