Skip to content

Commit

Permalink
Merge pull request #1162 from mariux64/fix-thunderbird-freezes-due-to…
Browse files Browse the repository at this point in the history
…-nfs-usage

Fix Thunderbird freezes due to NFS usage
  • Loading branch information
pmenzel authored Jul 5, 2019
2 parents 0cc6ffd + 0eb208c commit 394d1f1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions thunderbird.be0
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 394d1f1

Please sign in to comment.