From 6a374725f58e85ba73138ab77d359e3632441687 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 16 Feb 2023 17:58:06 +0100 Subject: [PATCH] Libreoffice:Update to version 7.5.1.1 replace version with $PKGVERSION --- libreoffice.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libreoffice.be0 b/libreoffice.be0 index 99c85f1aa..41b0de8c3 100755 --- a/libreoffice.be0 +++ b/libreoffice.be0 @@ -72,8 +72,8 @@ mee_configure() { sed -i 's/all: check-if-root build/all: build/g' ${B}/Makefile sed -i 's/bootstrap: check-if-root compilerplugins/all: compilerplugins/g' ${B}/Makefile - ln -s ${S}/src/libreoffice-help-7.2.2.2/helpcontent2 ${S}/helpcontent2 - ln -s ${S}/src/libreoffice-translations-7.2.2.2/translations ${S}/translations + ln -s ${S}/src/libreoffice-help-${PKGVERSION}/helpcontent2 ${S}/helpcontent2 + ln -s ${S}/src/libreoffice-translations-${PKGVERSION}/translations ${S}/translations }