uncomment the %clean section

add the directory /var/log/tinderbox2
This commit is contained in:
kestes%tradinglinx.com 2001-02-27 15:13:42 +00:00
parent 5f11b2fe8e
commit 82fe065bc2

View File

@ -26,15 +26,16 @@ package contains all the discriptions of the local system.
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_prefix}
mkdir -p $RPM_BUILD_ROOT/var/log/tinderbox2
cd $RPM_BUILD_ROOT/%{_prefix}
tar zxf %{_sourcedir}/tinderbox2_local_conf.tar.gz
%clean
#rm -rf $RPM_BUILD_ROOT
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,tinderbox,root)
%{_prefix}/local_conf/*
/var/log/tinderbox2