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-24 10:22:49 +0000
commitefdf545d5e56b4b00f12d0bd0eb080247fdcebc6 (patch)
tree6ca564ce842678570f0c8e710c17302895d37c9c
parent2a747e8b7fa0431fa668edf6738e2801eb8d2f11 (diff)
downloaddefinitions-efdf545d5e56b4b00f12d0bd0eb080247fdcebc6.tar.gz
Fix strip-gplv3.configure.
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'))