From 0082a08a41224b9be59186f4a2e757a113262c03 Mon Sep 17 00:00:00 2001
From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Thu, 10 Oct 2002 20:32:17 +0000
Subject: [PATCH] Now it cleans up it's own mess...

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@17 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 sm5/smartmontools.spec | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sm5/smartmontools.spec b/sm5/smartmontools.spec
index 1d1f5993e..d217ea22d 100644
--- a/sm5/smartmontools.spec
+++ b/sm5/smartmontools.spec
@@ -40,7 +40,6 @@ make
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
 
-
 %files
 %defattr(-,root,root)
 /usr/sbin/smartd
@@ -52,7 +51,7 @@ make DESTDIR=$RPM_BUILD_ROOT install
 
 %clean
 rm -rf $RPM_BUILD_ROOT
-rm -rf 
+rm -rf %{_builddir}/%{name}-%{version}
 
 # The following are executed only by the binary RPM at install/uninstall
 
-- 
GitLab