mirror of
https://abf.rosa.ru/djam/libreoffice.git
synced 2025-02-23 18:43:00 +00:00
Fix duplicate files issue
This commit is contained in:
parent
4dfbdfb9da
commit
e2f79e35ea
1 changed files with 5 additions and 4 deletions
|
@ -3546,14 +3546,15 @@ sed -i -e '/gallery\/sg[0-9]*\..*/d' file-lists/gallery_list.txt
|
||||||
|
|
||||||
## merge en-US with common
|
## merge en-US with common
|
||||||
cat file-lists/lang_en_US_list.txt >> file-lists/common_list.txt
|
cat file-lists/lang_en_US_list.txt >> file-lists/common_list.txt
|
||||||
sort -u file-lists/common_list.txt > file-lists/common_list.uniq.sorted.txt
|
## merge dtd with common
|
||||||
cat file-lists/common_list.uniq.sorted.txt >>file-lists/core_list.txt
|
|
||||||
|
|
||||||
# merge dtd with common
|
|
||||||
cat file-lists/dtd_list.txt >> file-lists/common_list.txt
|
cat file-lists/dtd_list.txt >> file-lists/common_list.txt
|
||||||
sort -u file-lists/common_list.txt > file-lists/common_list.uniq.sorted.txt
|
sort -u file-lists/common_list.txt > file-lists/common_list.uniq.sorted.txt
|
||||||
cat file-lists/common_list.uniq.sorted.txt >>file-lists/core_list.txt
|
cat file-lists/common_list.uniq.sorted.txt >>file-lists/core_list.txt
|
||||||
|
|
||||||
|
## make sure we don't have duplicate files in core
|
||||||
|
sort -u file-lists/core_list.txt > file-lists/core_list.uniq.sorted.txt
|
||||||
|
cat file-lists/core_list.uniq.sorted.txt > file-lists/core_list.txt
|
||||||
|
|
||||||
# %%files for help-* and l10n-* packages
|
# %%files for help-* and l10n-* packages
|
||||||
%if %{with l10n}
|
%if %{with l10n}
|
||||||
%{expand:%(for i in %{langs}; do
|
%{expand:%(for i in %{langs}; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue