Skip to content
Snippets Groups Projects
Commit 2af26b89 authored by Dennis Waldron's avatar Dennis Waldron
Browse files

Added cleanup of buildroot on successful build

parent c9c47052
Branches
Tags
No related merge requests found
......@@ -95,4 +95,8 @@ make install DESTDIR=${RPM_BUILD_ROOT} EXPORTMAN=${RPM_BUILD_ROOT}/usr/share/man
%if ! %compiling_nostk
%clean
rm -rf $RPM_BUILD_ROOT
rm -rf $RPM_BUILD_DIR/%{name}-%{version}
# The following will be filled dynamically with the rule: make rpm, or make tar
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment