Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
e3eb4a65
Commit
e3eb4a65
authored
Dec 28, 2002
by
Christophe Massiot
Browse files
Yet another typo. :p
parent
aba1225f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
e3eb4a65
...
@@ -467,8 +467,8 @@ vlc.app: vlc $(PLUGIN_FILES)
...
@@ -467,8 +467,8 @@ vlc.app: vlc $(PLUGIN_FILES)
$(INSTALL)
-m
644 share/
*
.psf vlc.app/Contents/MacOS/share
$(INSTALL)
-m
644 share/
*
.psf vlc.app/Contents/MacOS/share
$(INSTALL)
-d
vlc.app/Contents/MacOS/locale
$(INSTALL)
-d
vlc.app/Contents/MacOS/locale
for
i
in
$(CATALOGS)
;
do
\
for
i
in
$(CATALOGS)
;
do
\
mkdir
-p
vlc.app/Contents/MacOS/locale/
$
${i%.gmo}
/LC_MESSAGES
\
mkdir
-p
vlc.app/Contents/MacOS/locale/
$
${i%.gmo}
/LC_MESSAGES
;
\
cp
po/
$$
i vlc.app/Contents/MacOS/locale/
$
${i%.gmo}
/LC_MESSAGES/vlc.mo
\
cp
po/
$$
i vlc.app/Contents/MacOS/locale/
$
${i%.gmo}
/LC_MESSAGES/vlc.mo
;
\
done
done
endif
endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment