Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
caccaf1c
Commit
caccaf1c
authored
May 12, 2013
by
Felix Paul Kühne
Browse files
don't try to apply non-existing VLCKit patches
parent
c0530a3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
buildAspenProject.sh
View file @
caccaf1c
...
...
@@ -126,15 +126,15 @@ git clone -b Aspen --single-branch git://git.videolan.org/MediaLibraryKit.git
fi
if
!
[
-e
VLCKit
]
;
then
git clone git://git.videolan.org/vlc-bindings/VLCKit.git
info
"Applying patches to VLCKit.git"
cd
VLCKit
git am ../../patches/vlckit/
*
.patch
if
[
$?
-ne
0
]
;
then
git am
--abort
info
"Applying the patches failed, aborting git-am"
exit
1
fi
cd
..
#
info "Applying patches to VLCKit.git"
#
cd VLCKit
#
git am ../../patches/vlckit/*.patch
#
if [ $? -ne 0 ]; then
#
git am --abort
#
info "Applying the patches failed, aborting git-am"
#
exit 1
#
fi
#
cd ..
fi
if
!
[
-e
OBSlider
]
;
then
git clone git://github.com/sylverb/OBSlider.git
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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