diff options
author | davidovski <david@davidovski.xyz> | 2022-06-03 21:31:40 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-06-03 21:31:40 +0100 |
commit | 4445f6e15185f58dc599390ab74df3ca19b437b7 (patch) | |
tree | eb6319fa291190eebacf1f018c4058d50d22046a /repo/thunderbird | |
parent | 2e4eddedb755f0c0f88450b1fc1d8b0830132a71 (diff) |
fixed thunderbird to work
Diffstat (limited to 'repo/thunderbird')
-rw-r--r-- | repo/thunderbird/thunderbird.xibuild | 9 |
1 files changed, 4 insertions, 5 deletions
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" } |