mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-12 19:20:42 +02:00
depends: Fix mv
command compatibility with macOS
This commit is contained in:
parent
690f5da15a
commit
d0cce4172c
@ -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…
Reference in New Issue
Block a user