Skip to content

Commit

Permalink
Formula/eturnal.rb: Revert fecbce1
Browse files Browse the repository at this point in the history
The patching applies to the 1.10.1 tarball, which has the old structure.
Patches will be removed together with cookie related adjustments, once a new version is released, hence this is kind of cosmetics.
  • Loading branch information
sando38 authored Jul 31, 2023
1 parent 0e32a1c commit 8daeb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/eturnal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def install
s.gsub! "$ETURNAL_ETC_PREFIX/etc/#{name}.yml", "#{etc}/#{name}.yml"
end
## fix eturnalctl
inreplace "overlay/eturnalctl" do |s|
inreplace "scripts/eturnalctl" do |s|
s.gsub! "(readlink ", "(readlink -f "
end
end
Expand Down

0 comments on commit 8daeb5f

Please sign in to comment.