mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
iceweasel_bin: fix for beta5
This commit is contained in:
@@ -5,9 +5,9 @@ needs of both casual and power users."
|
||||
HOMEPAGE="https://github.com/kenz-gelsoft/gecko-dev"
|
||||
COPYRIGHT="1995-2026 Mozilla Developers and Contributors"
|
||||
LICENSE="MPL v2.0"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/threedeyes/Gecko4Haiku/releases/download/$portVersion/Iceweasel-$portVersion.en-US.haiku-x86_64.tar.xz#noarchive"
|
||||
CHECKSUM_SHA256="2e1d994f522987be687379112b5f720a5d1731e8cd9b39f62726023bdc12643a"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/threedeyes/Gecko4Haiku/releases/download/$portVersion/Iceweasel-$portVersion-2.en-US.haiku-x86_64.tar.xz#noarchive"
|
||||
CHECKSUM_SHA256="62df582b006f322646ed9d227801b8059f86645f4e8f64239290be5aafb87620"
|
||||
PATCHES="iceweasel_launcher-$portVersion.patchset"
|
||||
|
||||
ADDITIONAL_FILES="
|
||||
@@ -71,7 +71,7 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
tar -xJf Iceweasel-$portVersion.en-US.haiku-x86_64.tar.xz -C $appsDir
|
||||
tar -xJf Iceweasel-$portVersion-2.en-US.haiku-x86_64.tar.xz -C $appsDir
|
||||
|
||||
cp "tools/haiku-launcher/Iceweasel Browser" $appsDir/Iceweasel
|
||||
|
||||
|
||||
Reference in New Issue
Block a user