onlyoffice-bin 8.2.0
This commit is contained in:
parent
39062658b9
commit
b365f59171
@ -1,6 +1,6 @@
|
|||||||
name='onlyoffice-bin'
|
name='onlyoffice-bin'
|
||||||
version='8.2.0'
|
version='8.2.0'
|
||||||
release='5'
|
release='6'
|
||||||
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>"
|
||||||
@ -62,7 +62,6 @@ package() {
|
|||||||
|
|
||||||
rename_files() {
|
rename_files() {
|
||||||
DIRECTORY="$pkgdir/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
|
||||||
BASENAME=$(basename "$FILE")
|
BASENAME=$(basename "$FILE")
|
||||||
@ -77,9 +76,10 @@ package() {
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
rename_files
|
||||||
|
|
||||||
# Запускаем функцию переименования с корневым каталогом
|
# Запускаем функцию переименования с корневым каталогом
|
||||||
rename_directories "${pkgdir}/opt/onlyoffice/desktopeditors/editors/sdkjs-plugins"
|
rename_directories "${pkgdir}/opt/onlyoffice/desktopeditors/editors/sdkjs-plugins"
|
||||||
rename_files
|
|
||||||
|
|
||||||
# 3rd party licenses
|
# 3rd party licenses
|
||||||
install -d -m755 "${pkgdir}/usr/share/licenses/${name}"
|
install -d -m755 "${pkgdir}/usr/share/licenses/${name}"
|
||||||
|
Loading…
Reference in New Issue
Block a user