Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
11075f3c
Commit
11075f3c
authored
Jul 23, 2010
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ub.sh: Fixed 2 typos which prevented proper execution and added a bit more verbosity
parent
6b9354c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
extras/package/macosx/ub.sh
extras/package/macosx/ub.sh
+3
-2
No files found.
extras/package/macosx/ub.sh
View file @
11075f3c
...
...
@@ -46,6 +46,7 @@ rm -Rf $SRCROOT/build-fat/VLC.app/$PLUGINS/*
function
do_lipo
{
file
=
"
$1
"
files
=
""
echo
"..."
$file
if
[
"x
$PPCROOT
"
!=
"x"
]
;
then
if
[
-e
"
$PPCROOT
/
$file
"
]
;
then
files
=
"
$PPCROOT
/
$file
$files
"
...
...
@@ -67,13 +68,13 @@ function do_lipo {
}
echo
"Installing libs"
for
i
in
`
ls
$INTELROOT
/
$LIBS
/ |
grep
*
.dylib
`
for
i
in
`
ls
$INTELROOT
/
$LIBS
/ |
grep
.dylib
`
do
do_lipo
$LIBS
/
$i
done
echo
"Installing modules"
for
i
in
`
ls
$INTELROOT
/
$PLUGINS
/ |
grep
*
.dylib
`
for
i
in
`
ls
$INTELROOT
/
$PLUGINS
/ |
grep
.dylib
`
do
do_lipo
$PLUGINS
/
$i
done
...
...
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