onlyoffice-bin 8.2.0
This commit is contained in:
parent
d701a3d2bb
commit
5eb9c9dfc3
@ -1,6 +1,6 @@
|
|||||||
name='onlyoffice-bin'
|
name='onlyoffice-bin'
|
||||||
version='8.2.0'
|
version='8.2.0'
|
||||||
release='4'
|
release='5'
|
||||||
desc='An office suite that combines text, spreadsheet and presentation editors'
|
desc='An office suite that combines text, spreadsheet and presentation editors'
|
||||||
homepage='https://www.onlyoffice.com/'
|
homepage='https://www.onlyoffice.com/'
|
||||||
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
||||||
@ -63,7 +63,7 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
rename_files() {
|
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
|
find "$DIRECTORY" -type f | while IFS= read -r FILE; do
|
||||||
|
Loading…
Reference in New Issue
Block a user