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 }