mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 11:39:25 +00:00
depends: tor_darwin: fix stage
This commit is contained in:
parent
88d79cc3f0
commit
7f74680737
1 changed files with 1 additions and 2 deletions
|
@ -9,6 +9,5 @@ $(package)_extract_cmds=mkdir -p $$($(1)_extract_dir) && \
|
|||
7z x $$($(1)_source)
|
||||
|
||||
define $(package)_stage_cmds
|
||||
mv Tor\ Browser.app/Contents/MacOS/Tor/tor.real Tor\ Browser.app/Contents/MacOS/Tor/tor && \
|
||||
cp -a Tor\ Browser.app/Contents/MacOS/Tor $($(package)_staging_prefix_dir)/Tor/
|
||||
cp -a Tor\ Browser/Tor\ Browser.app/Contents/MacOS/Tor $($(package)_staging_prefix_dir)/Tor/
|
||||
endef
|
Loading…
Reference in a new issue