зеркало из https://github.com/mozilla/gecko-dev.git
uncomment the %clean section
add the directory /var/log/tinderbox2
This commit is contained in:
Родитель
5f11b2fe8e
Коммит
82fe065bc2
|
@ -26,15 +26,16 @@ package contains all the discriptions of the local system.
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_prefix}
|
mkdir -p $RPM_BUILD_ROOT/%{_prefix}
|
||||||
|
mkdir -p $RPM_BUILD_ROOT/var/log/tinderbox2
|
||||||
|
|
||||||
cd $RPM_BUILD_ROOT/%{_prefix}
|
cd $RPM_BUILD_ROOT/%{_prefix}
|
||||||
tar zxf %{_sourcedir}/tinderbox2_local_conf.tar.gz
|
tar zxf %{_sourcedir}/tinderbox2_local_conf.tar.gz
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
#rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,tinderbox,root)
|
%defattr(-,tinderbox,root)
|
||||||
%{_prefix}/local_conf/*
|
%{_prefix}/local_conf/*
|
||||||
|
/var/log/tinderbox2
|
||||||
|
|
Загрузка…
Ссылка в новой задаче