pisi update

This commit is contained in:
Safa Arıman
2020-01-10 22:35:06 +03:00
parent eddc256830
commit 5ffef48322
2 changed files with 24 additions and 0 deletions
@@ -0,0 +1,14 @@
diff --git a/pisi/actionsapi/kerneltools.py b/pisi/actionsapi/kerneltools.py
index df3de3b..2560b47 100644
--- a/pisi/actionsapi/kerneltools.py
+++ b/pisi/actionsapi/kerneltools.py
@@ -253,6 +253,9 @@ def installLibcHeaders(excludes=None):
# Create directories
shelltools.makedirs(headers_tmp)
shelltools.makedirs(headers_dir)
+
+ # Clean up the source directory
+ autotools.make('mrproper')
# install the headers
autotools.rawInstall(make_cmd, "headers_install")