File tree 1 file changed +6
-9
lines changed
1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,8 @@ class Redo < Formula
9
9
revision 2
10
10
11
11
bottle do
12
- rebuild 4
13
- sha256 cellar : :any_skip_relocation , arm64_sequoia : "70bdafcd8ca20fdd786442756dc6aa0eef123eedc49cb2a5b340241211d5a379"
14
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "d8b48f458241e4a50346dfd5b317794688a2af43c7bdc00c18e16466846b26a6"
15
- sha256 cellar : :any_skip_relocation , arm64_ventura : "d8b48f458241e4a50346dfd5b317794688a2af43c7bdc00c18e16466846b26a6"
16
- sha256 cellar : :any_skip_relocation , arm64_monterey : "d8b48f458241e4a50346dfd5b317794688a2af43c7bdc00c18e16466846b26a6"
17
- sha256 cellar : :any_skip_relocation , sonoma : "d8b48f458241e4a50346dfd5b317794688a2af43c7bdc00c18e16466846b26a6"
18
- sha256 cellar : :any_skip_relocation , ventura : "d8b48f458241e4a50346dfd5b317794688a2af43c7bdc00c18e16466846b26a6"
19
- sha256 cellar : :any_skip_relocation , monterey : "d8b48f458241e4a50346dfd5b317794688a2af43c7bdc00c18e16466846b26a6"
20
- sha256 cellar : :any_skip_relocation , x86_64_linux : "dfa4beea88424e7b19d7938c44499dadec311a123cdb3a532db55a26b3ad5561"
12
+ rebuild 5
13
+ sha256 cellar : :any_skip_relocation , all : "15950166170b2edc6aabeea2454d89b024e7f3ad086879bc4d88a413288ce7e1"
21
14
end
22
15
23
16
@@ -54,6 +47,10 @@ def install
54
47
ENV [ "DESTDIR" ] = ""
55
48
ENV [ "PREFIX" ] = prefix
56
49
system "./do" , "install"
50
+
51
+ # Ensure this symlink is the same across all our bottles,
52
+ # otherwise the Linux bottle points to `/usr/bin/dash`.
53
+ ln_sf "/bin/dash" , lib /"redo/sh"
57
54
end
58
55
59
56
test do
You can’t perform that action at this time.
0 commit comments