diff --git a/thunderbird.be0 b/thunderbird.be0 index 99491a392..7b3f4121d 100755 --- a/thunderbird.be0 +++ b/thunderbird.be0 @@ -2,7 +2,7 @@ #export BEE_TMP_TMPDIR=/dev/shm BEE_TMP_BUILDROOT=/dev/shm/bee-root BEE_MAKEFLAGS='-j80' -# BEE_VERSION thunderbird-60.7.2-0 +# BEE_VERSION thunderbird-60.7.2-1 SRCURL[0]="https://ftp.mozilla.org/pub/thunderbird/releases/${PKGVERSION}/source/thunderbird-${PKGVERSION}.source.tar.xz" @@ -79,7 +79,12 @@ mee_install() { mee_install_post() { start_cmd install -d ${D}${LIBDIR}/mariux64 - start_cmd mv ${D}${BINDIR}/${PKGNAME} ${D}${LIBDIR}/mariux64/${PKGNAME} + start_cmd rm ${D}${BINDIR}/${PKGNAME} + + cat >${D}${LIBDIR}/mariux64/${PKGNAME}<<-EOF + NSS_SDB_USE_CACHE=1 exec "${LIBDIR}/${PKGNAME}/${PKGNAME}" "\$@" + EOF + chmod 755 ${D}${LIBDIR}/mariux64/${PKGNAME} # install official icon in all sizes