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