app-office/openoffice-bin: fix long line

fixes the following pkgcheck warnings:

app-office/openoffice-bin
  ExcessiveLineLength: version 4.1.15: excessive line length (over 120 characters) on line: 93

Signed-off-by: Joe Kappus <joe@wt.gd>
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
This commit is contained in:
ingenarel
2025-07-23 05:10:32 +06:00
committed by Joe Kappus
parent 1ab71d0bd1
commit 86d9ba06f8

View File

@@ -90,7 +90,9 @@ src_unpack() {
eprefixify "${T}"/{50-${PN},wrapper.in}
# 'pyuno' is excluded from unpack list to switch off Python2 scripts support
for i in base calc core01 core02 core03 core04 core05 core06 core07 draw graphicfilter images impress math ogltrans ooofonts ooolinguistic ure writer xsltfilter ; do
for i in base calc core01 core02 core03 core04 core05 core06 core07 draw graphicfilter images impress math ogltrans\
ooofonts ooolinguistic ure writer xsltfilter
do
rpm_unpack "./${UP}/${NM}-${i}-${BVER}.${XARCH}.rpm"
done