diff --git a/onlyoffice-bin/alr.sh b/onlyoffice-bin/alr.sh index dcd38d7..233de74 100644 --- a/onlyoffice-bin/alr.sh +++ b/onlyoffice-bin/alr.sh @@ -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="Евгений Храмов " @@ -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