Skip to content
Snippets Groups Projects
Commit 0082a08a authored by ballen4705's avatar ballen4705
Browse files

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
parent dc76a1b2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment