Skip to content

Commit

Permalink
firefoxpwa: Use unversioned paths in config
Browse files Browse the repository at this point in the history
Closes #84770.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
  • Loading branch information
filips123 authored and BrewTestBot committed Sep 7, 2021
1 parent 8b70ce9 commit 22860e8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Formula/firefoxpwa.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Firefoxpwa < Formula
url "https://github.com/filips123/FirefoxPWA/archive/refs/tags/v1.1.0.tar.gz"
sha256 "e3a18c742cc44d0ffde698753182733da75bfe9a2e331efddeb133c479108328"
license "MPL-2.0"
revision 1
head "https://github.com/filips123/FirefoxPWA.git", branch: "main"

bottle do
Expand All @@ -19,9 +20,9 @@ def install
cd "native"

# Prepare the project to work with Homebrew
ENV["FFPWA_EXECUTABLES"] = bin
ENV["FFPWA_SYSDATA"] = share
system "bash", "./packages/brew/configure.sh", version, bin, libexec
ENV["FFPWA_EXECUTABLES"] = opt_bin
ENV["FFPWA_SYSDATA"] = opt_share
system "bash", "./packages/brew/configure.sh", version, opt_bin, opt_libexec

# Build and install the project
system "cargo", "install", *std_cargo_args
Expand Down

0 comments on commit 22860e8

Please sign in to comment.