[vlc-devel] [VLC 3.x v2 1/2] package/macosx: Fix bundling when locales are missing
Marvin Scholz
epirat07 at gmail.com
Fri Apr 23 01:27:23 UTC 2021
---
extras/package/macosx/package.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extras/package/macosx/package.mak b/extras/package/macosx/package.mak
index 21ab36cf71..2deaaeec73 100644
--- a/extras/package/macosx/package.mak
+++ b/extras/package/macosx/package.mak
@@ -43,7 +43,7 @@ endif
mkdir -p $@/Contents/MacOS/include/
(cd "$(prefix)/include" && $(AMTAR) -c --exclude "plugins" vlc) | $(AMTAR) -x -C $@/Contents/MacOS/include/
## Copy translations
- cp -r "$(prefix)/share/locale" $@/Contents/MacOS/share/
+ -cp -r "$(prefix)/share/locale" $@/Contents/MacOS/share/
printf "APPLVLC#" >| $@/Contents/PkgInfo
## Copy libs
mkdir -p $@/Contents/MacOS/lib
--
2.30.1
More information about the vlc-devel
mailing list