Skip to content

Commit

Permalink
[live] fixed: use local files rather than an svn checkout for plymout…
Browse files Browse the repository at this point in the history
…h themes
  • Loading branch information
theuni committed Mar 4, 2011
1 parent 8061bbe commit 7da5e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDK/copyFiles-plymouthThemeFIX.sh.lucid-variant
Expand Up @@ -24,7 +24,7 @@ mkdir -p $WORKPATH/buildLive/Files/chroot_local-packages &> /dev/null

if ! ls $WORKPATH/plymouth-theme-xbmc-logo*.deb > /dev/null 2>&1; then
cd $WORKPATH
svn checkout https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk/tools/XBMCLive/PlymouthThemes/plymouth-theme-xbmc-logo
cp -rf ../../PlymouthThemes/* .
if [ "$?" -ne "0" ]; then
echo "Error retrieving Plymouth theme files, exiting..."
exit 1
Expand Down

0 comments on commit 7da5e55

Please sign in to comment.