Commit d31f4b28 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune Committed by Denis Brækhus

Don't remove the %{buildroot}

Still not targetting el4.
parent 2db1297e
......@@ -83,7 +83,6 @@ export CFLAGS="$CFLAGS -O2 -g -Wp,-D_FORTIFY_SOURCE=0"
%endif
%configure --localstatedir=/var/lib --without-rst2html
%make_build V=1
......@@ -95,10 +94,8 @@ export CFLAGS="$CFLAGS -O2 -g -Wp,-D_FORTIFY_SOURCE=0"
%install
export DONT_STRIP=1
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} INSTALL="install -p"
# None of these for fedora
find %{buildroot}/%{_libdir}/ -name '*.la' -exec rm -f {} ';'
mkdir -p %{buildroot}/var/lib/varnish
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment