depends: Fix mv command compatibility with macOS

This commit is contained in:
Hennadii Stepanov 2025-04-03 19:03:52 +01:00
parent 690f5da15a
commit d0cce4172c

View file

@ -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