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: Josh Hunt <josh@scalex86.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

authored by Josh Hunt and committed by Sam Ravnborg a2ebcc7a d15bd106

+1 -1
+1 -1
scripts/package/mkspec
··· 96 96 97 97 echo "" 98 98 echo "%clean" 99 - echo '#echo -rf $RPM_BUILD_ROOT' 99 + echo 'rm -rf $RPM_BUILD_ROOT' 100 100 echo "" 101 101 echo "%files" 102 102 echo '%defattr (-, root, root)'