not needed

This commit is contained in:
Dave Jones 2006-05-17 21:07:11 +00:00
parent b445fcf50e
commit 639e2fb8c4

View File

@ -35,9 +35,6 @@ install mcelog.cron %{buildroot}/etc/cron.hourly/mcelog.cron
cp mcelog.8 %{buildroot}/usr/share/man/man8
cd ..
chmod -R a-s %{buildroot}
if [ -f /etc/cron.daily/mcelog.cron ]; then
rm -f /etc/cron.daily/mcelog.cron
fi
%clean
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;