mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
tools: Fix typos
This commit is contained in:
parent
2d10584da0
commit
66395c23f9
@ -42,7 +42,7 @@ rm -fr raspberrypi-kodi
|
|||||||
|
|
||||||
# If we have a persisted version of the repo, quickly copy it
|
# If we have a persisted version of the repo, quickly copy it
|
||||||
if [ -d raspberrypi-kodi.stash ]; then
|
if [ -d raspberrypi-kodi.stash ]; then
|
||||||
echo "Copying raspberrypi-kodi.stash raspberrypi-kodii..."
|
echo "Copying raspberrypi-kodi.stash raspberrypi-kodi..."
|
||||||
cp -r raspberrypi-kodi.stash raspberrypi-kodi
|
cp -r raspberrypi-kodi.stash raspberrypi-kodi
|
||||||
cd raspberrypi-kodi
|
cd raspberrypi-kodi
|
||||||
git checkout ${BRANCH}
|
git checkout ${BRANCH}
|
||||||
@ -91,7 +91,7 @@ BRANCH="${BRANCH//_/-}"
|
|||||||
echo
|
echo
|
||||||
echo "cp /tmp/skin.patch projects/RPi/patches/${SKIN2}/${SKIN2}-001-${BRANCH}.patch"
|
echo "cp /tmp/skin.patch projects/RPi/patches/${SKIN2}/${SKIN2}-001-${BRANCH}.patch"
|
||||||
echo "cp /tmp/skin.patch projects/RPi2/patches/${SKIN2}/${SKIN2}-001-${BRANCH}.patch"
|
echo "cp /tmp/skin.patch projects/RPi2/patches/${SKIN2}/${SKIN2}-001-${BRANCH}.patch"
|
||||||
echo "git commit -am \"RPi/RPi2: Update kodi-theme-${SKIN} support patches\""
|
echo "git commit -am \"RPi/RPi2: Update ${SKIN2} support patches\""
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "cp /tmp/kodi.patch projects/RPi/patches/kodi/kodi-001-${BRANCH}.patch"
|
echo "cp /tmp/kodi.patch projects/RPi/patches/kodi/kodi-001-${BRANCH}.patch"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user