From de06f43d2637a765aebf3d44ae6a62ff498f643a Mon Sep 17 00:00:00 2001 From: Alec Leamas Date: Sat, 30 Oct 2010 06:11:27 +0300 Subject: [PATCH] bugfix --- pkg/fedora/diaspora-bundle.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/fedora/diaspora-bundle.spec b/pkg/fedora/diaspora-bundle.spec index 2b3b4238a..7a03479a4 100644 --- a/pkg/fedora/diaspora-bundle.spec +++ b/pkg/fedora/diaspora-bundle.spec @@ -205,7 +205,7 @@ find %{buildroot}/%{_libdir}/diaspora-bundle \ find -L %{buildroot}/%{_libdir}/diaspora-bundle -regextype posix-awk \ -type f -not -regex '.*[.]c$|.*[.]h$|.*[.]cpp$|.*Makefile$' \ -fprintf files '"%%p"\n' -find %{buildroot}/%{_libdir}/diaspora-bundle -regextype posix-awk \ +find -L %{buildroot}/%{_libdir}/diaspora-bundle -regextype posix-awk \ -type f -regex '.*[.]c$|.*[.]h$|.*[.]cpp$|.*Makefile$' \ -fprintf dev-files '"%%p"\n' sed -i -e 's|%{buildroot}||' -e 's|//|/|' files dev-files dirs