File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ dnf install -y 'dnf-command(config-manager)' && \
88dnf config-manager --add-repo https://copr.fedorainfracloud.org/coprs/smani/mingw-extras/repo/fedora-rawhide/smani-mingw-extras-fedora-rawhide.repo && \
99dnf install -y \
1010 cmake \
11+ poppler-data \
1112 make \
1213 iso-codes \
1314 findutils \
Original file line number Diff line number Diff line change 158158
159159cp -R $win32dir /skel/* $installroot
160160
161- # Add english language data and spelling dictionaries
161+ # Add english language data, poppler-data and spelling dictionaries
162162install -Dpm 0644 /usr/share/tesseract/tessdata/eng.traineddata $installroot /share/tessdata/eng.traineddata
163163install -Dpm 0644 /usr/share/myspell/en_US.dic $installroot /share/myspell/en_US.dic
164164install -Dpm 0644 /usr/share/myspell/en_US.aff $installroot /share/myspell/en_US.aff
165+ cp -r " /usr/share/poppler/" " $installroot /share/"
165166
166167# Copy isocodes
167168install -Dpm 0644 /usr/share/xml/iso-codes/iso_639.xml $installroot /share/xml/iso-codes/iso_639.xml
You can’t perform that action at this time.
0 commit comments