aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--elivepatch_server/resources/livepatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/elivepatch_server/resources/livepatch.py b/elivepatch_server/resources/livepatch.py
index a777a68..d499d9b 100644
--- a/elivepatch_server/resources/livepatch.py
+++ b/elivepatch_server/resources/livepatch.py
@@ -78,7 +78,7 @@ class PaTch(object):
env = {'ROOT': uuid_dir, 'PORTAGE_CONFIGROOT': uuid_dir, 'PORTAGE_TMPDIR': portage_tmpdir}
else:
env = {'ROOT': uuid_dir, 'PORTAGE_CONFIGROOT': uuid_dir, 'PORTAGE_TMPDIR': uuid_dir}
- _command(['ebuild', ebuild_path, 'clean', 'digest', 'merge'], env=env)
+ _command(['ebuild', ebuild_path, 'digest', 'clean', 'merge'], env=env)
kernel_sources_status = True
else:
print('ebuild not present')