mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 06:49:38 -04:00
depends: Fix mv
command compatibility with macOS
This commit is contained in:
parent
690f5da15a
commit
d0cce4172c
1 changed files with 1 additions and 1 deletions
|
@ -152,5 +152,5 @@ endef
|
||||||
|
|
||||||
define $(package)_postprocess_cmds
|
define $(package)_postprocess_cmds
|
||||||
rm -rf doc/ && \
|
rm -rf doc/ && \
|
||||||
mv -t .. translations/
|
mv translations/ ..
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Add table
Reference in a new issue