From: Daniel Veillard Date: Thu, 22 Mar 2007 09:39:43 +0000 (+0000) Subject: * libvirt.spec.in: one more extra fix for autostart dir from X-Git-Tag: LIBVIRT_0_2_2~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=794d6d7a0cb0e6e5233588ac76d961cd94d46f0f;p=thirdparty%2Flibvirt.git * libvirt.spec.in: one more extra fix for autostart dir from Florian La Roche, should fix #233409 Daniel --- diff --git a/ChangeLog b/ChangeLog index 5748f95e55..2f3ee9905a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Mar 22 10:47:46 CET 2007 Daniel Veillard + + * libvirt.spec.in: one more extra fix for autostart dir from + Florian La Roche, should fix #233409 + Wed Mar 21 11:29:06 EST 2007 Daniel P. Berrange * qemud/buf.c: Remove redundant (and broken) call to realloc() diff --git a/libvirt.spec.in b/libvirt.spec.in index ace99751f2..201a131a8e 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -72,7 +72,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la rm -f $RPM_BUILD_ROOT%{_libdir}/*.a rm -f $RPM_BUILD_ROOT%{_libdir}/python*/site-packages/*.la rm -f $RPM_BUILD_ROOT%{_libdir}/python*/site-packages/*.a -install -d -m 0755 $RPM_BUILD_ROOT%{_localstatedir}/run/libvirt/ +install -d -m 0755 $RPM_BUILD_ROOT%{_localstatedir}/run/libvirt/autostart # We don't want to install /etc/libvirt/qemu/networks in the main %files list # because if the admin wants to delete the default network completely, we don't