mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
image: rename installator to installer
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
97610a0f3f
commit
5186357683
@ -125,7 +125,7 @@ case "$2" in
|
|||||||
rm -rf $FAKEROOT_SCRIPT
|
rm -rf $FAKEROOT_SCRIPT
|
||||||
;;
|
;;
|
||||||
|
|
||||||
installator)
|
installer)
|
||||||
|
|
||||||
$SCRIPTS/install squashfs
|
$SCRIPTS/install squashfs
|
||||||
|
|
||||||
@ -160,7 +160,6 @@ case "$2" in
|
|||||||
$SCRIPTS/install gcc-final
|
$SCRIPTS/install gcc-final
|
||||||
$SCRIPTS/install linux $2
|
$SCRIPTS/install linux $2
|
||||||
$SCRIPTS/install busybox
|
$SCRIPTS/install busybox
|
||||||
$SCRIPTS/install util-linux-ng
|
|
||||||
$SCRIPTS/install installer
|
$SCRIPTS/install installer
|
||||||
|
|
||||||
echo "OpenELEC" > $INSTALL/etc/distribution
|
echo "OpenELEC" > $INSTALL/etc/distribution
|
||||||
@ -186,7 +185,7 @@ case "$2" in
|
|||||||
release)
|
release)
|
||||||
|
|
||||||
$SCRIPTS/install image system
|
$SCRIPTS/install image system
|
||||||
$SCRIPTS/install image installator
|
$SCRIPTS/install image installer
|
||||||
|
|
||||||
# cleanup
|
# cleanup
|
||||||
rm -rf $BUILD/$2/OpenELEC-$TARGET_VERSION
|
rm -rf $BUILD/$2/OpenELEC-$TARGET_VERSION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user