From 4445f6e15185f58dc599390ab74df3ca19b437b7 Mon Sep 17 00:00:00 2001 From: davidovski Date: Fri, 3 Jun 2022 21:31:40 +0100 Subject: fixed thunderbird to work --- repo/thunderbird/thunderbird.xibuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'repo/thunderbird/thunderbird.xibuild') diff --git a/repo/thunderbird/thunderbird.xibuild b/repo/thunderbird/thunderbird.xibuild index c286ad0..4da5c78 100644 --- a/repo/thunderbird/thunderbird.xibuild +++ b/repo/thunderbird/thunderbird.xibuild @@ -153,18 +153,17 @@ package() { cat >> "$PKG_DEST"/$mozappdir/distribution/distribution.ini <<- EOF [Global] - id=alpinelinux + id=xilinux version=1.0 - about=Mozilla Thunderbird for Alpine Linux + about=Mozilla Thunderbird for XiLinux [Preferences] - app.distributor=alpinelinux + app.distributor=xilinux app.distributor.channel=thunderbird - app.partner.alpinelinux=alpinelinux EOF # Replace duplicate binary with wrapper # https://bugzilla.mozilla.org/show_bug.cgi?id=658850 - ln -snf thunderbird "$PKG_DEST/$mozappdir/thunderbird-bin" + ln -sf thunderbird "$PKG_DEST/$mozappdir/thunderbird-bin" } -- cgit v1.2.1