Skip to content
Snippets Groups Projects
Commit a2ebcc7a authored by Josh Hunt's avatar Josh Hunt Committed by Sam Ravnborg
Browse files

kbuild: fix mkspec to cleanup RPM_BUILD_ROOT


The contents of the %clean section in mkspec is currently commented
out leaving RPM_BUILD_ROOT and its contents on the build machine.
This patch removes it once the rpm build process is complete.

Signed-off-by: default avatarJosh Hunt <josh@scalex86.org>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent d15bd106
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ echo "%endif"
echo ""
echo "%clean"
echo '#echo -rf $RPM_BUILD_ROOT'
echo 'rm -rf $RPM_BUILD_ROOT'
echo ""
echo "%files"
echo '%defattr (-, root, root)'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment