Lines Matching refs:BuildRoot
12 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
42 rm -rf %{buildroot}
43 %{__make} DESTDIR=%{buildroot} install
44 install -d -m 0755 %{buildroot}%{_initrddir}
47 install -m 0755 %{SOURCE1} %{buildroot}/%{_initrddir}/nsd
48 install -d -m 0700 %{buildroot}%{_localstatedir}/run/%{name}
49 install -d -m 0700 %{buildroot}%{_localstatedir}/lib/%{name}
52 head -76 %{buildroot}%{_sysconfdir}/nsd/nsd.conf.sample > %{buildroot}%{_sysconfdir}/nsd/nsd.conf
53 rm %{buildroot}%{_sysconfdir}/nsd/nsd.conf.sample
54 echo "database: /var/lib/nsd/nsd.db" >> %{buildroot}%{_sysconfdir}/nsd/nsd.conf
55 echo "# include: \"/some/path/file\"" >> %{buildroot}%{_sysconfdir}/nsd/nsd.conf