bugfix
This commit is contained in:
parent
916d488298
commit
de06f43d26
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue