Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
fdec98ad
Commit
fdec98ad
authored
Nov 23, 2011
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OSX package: fix typos
parent
af3b365a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
extras/package/macosx/package.mak
extras/package/macosx/package.mak
+3
-3
No files found.
extras/package/macosx/package.mak
View file @
fdec98ad
...
...
@@ -35,15 +35,15 @@ VLC-tmp.app: vlc
sed
"s/#REVISION#/
$$
REVISION/g"
>
$(top_builddir)
/tmp/extras/package/macosx/Info.plist
cp
-R
$(top_builddir)
/extras/package/macosx/Resources
$(top_builddir)
/tmp/extras/package/macosx/
cd
"
$(srcdir)
"
;
cp
AUTHORS COPYING THANKS
$(abs_top_builddir)
/tmp/
if
test
-d
$(CONTRIB_DIR)
/Sparkle/Sparkle.framework
;
then
;
\
if
test
-d
$(CONTRIB_DIR)
/Sparkle/Sparkle.framework
;
then
\
mkdir
-p
$(top_builddir)
/tmp/extras/contrib/Sparkle
;
\
cp
-R
$(CONTRIB_DIR)
/Sparkle/Sparkle.framework
$(top_builddir)
/tmp/extras/contrib/Sparkle
;
\
fi
if
test
-d
$(CONTRIB_DIR)
/BGHUDAppKit/BGHUDAppKit.framework
;
then
;
\
if
test
-d
$(CONTRIB_DIR)
/BGHUDAppKit/BGHUDAppKit.framework
;
then
\
mkdir
-p
$(top_builddir)
/tmp/extras/contrib/BGHUDAppKit
;
\
cp
-R
$(CONTRIB_DIR)
/BGHUDAppKit/BGHUDAppKit.framework
$(top_builddir)
/tmp/extras/contrib/BGHUDAppKit
;
\
fi
if
test
-d
$(CONTRIB_DIR)
/Growl/Growl.framework
;
then
;
\
if
test
-d
$(CONTRIB_DIR)
/Growl/Growl.framework
;
then
\
mkdir
-p
$(top_builddir)
/tmp/extras/contrib/Growl
;
\
cp
-R
$(CONTRIB_DIR)
/Growl/Growl.framework
$(top_builddir)
/tmp/extras/contrib/Growl
;
\
fi
...
...
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