onlyoffice-bin 8.2.0

This commit is contained in:
Евгений Храмов 2024-11-01 11:44:09 +03:00
parent d701a3d2bb
commit 5eb9c9dfc3

@ -1,6 +1,6 @@
name='onlyoffice-bin'
version='8.2.0'
release='4'
release='5'
desc='An office suite that combines text, spreadsheet and presentation editors'
homepage='https://www.onlyoffice.com/'
maintainer="Евгений Храмов <xpamych@yandex.ru>"
@ -63,7 +63,7 @@ package() {
}
rename_files() {
DIRECTORY="/$pkgdir/pkg/opt/onlyoffice/desktopeditors/converter/templates/"
DIRECTORY="$pkgdir/opt/onlyoffice/desktopeditors/converter/templates/"
# Перебор всех файлов в директории
# Рекурсивный перебор всех файлов в директории и её поддиректориях
find "$DIRECTORY" -type f | while IFS= read -r FILE; do