mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
Merge pull request #10051 from luzpaz/typos-various
treewide: fix typos
This commit is contained in:
commit
613279d302
@ -20,7 +20,7 @@ and try to answer the following questions:
|
|||||||
- What did you expect to happen?
|
- What did you expect to happen?
|
||||||
- What happened instead?
|
- What happened instead?
|
||||||
|
|
||||||
**It is also importent to provide logs for debugging.
|
**It is also important to provide logs for debugging.
|
||||||
A zip file can be found in the [logfiles] samba share, this will contain all the logs needed.**
|
A zip file can be found in the [logfiles] samba share, this will contain all the logs needed.**
|
||||||
|
|
||||||
Make sure to specify which version of LibreELEC you are using.
|
Make sure to specify which version of LibreELEC you are using.
|
||||||
|
@ -271,7 +271,7 @@ Issue | Level | Meaning |
|
|||||||
* new kernel driver
|
* new kernel driver
|
||||||
* ...
|
* ...
|
||||||
2. Find a place in the packages tree
|
2. Find a place in the packages tree
|
||||||
* look into the package tree structure, which is generally self explanitory.
|
* look into the package tree structure, which is generally self explanatory.
|
||||||
* do not place it in an existing package (directory that includes a `package.mk`)
|
* do not place it in an existing package (directory that includes a `package.mk`)
|
||||||
* when you found a place, create a directory with the name of your package (use same value for `PKG_NAME`!!)
|
* when you found a place, create a directory with the name of your package (use same value for `PKG_NAME`!!)
|
||||||
3. Create an initial `package.mk`
|
3. Create an initial `package.mk`
|
||||||
|
@ -730,7 +730,7 @@ class Builder:
|
|||||||
|
|
||||||
# Remove any source code directories that are no longer required.
|
# Remove any source code directories that are no longer required.
|
||||||
# Output from the subprocess is either appended to the burst logfile
|
# Output from the subprocess is either appended to the burst logfile
|
||||||
# or is captured for later output to stdout (after the correspnding logfile).
|
# or is captured for later output to stdout (after the corresponding logfile).
|
||||||
def autoRemovePackages(self, job):
|
def autoRemovePackages(self, job):
|
||||||
if self.autoremove:
|
if self.autoremove:
|
||||||
if self.debug:
|
if self.debug:
|
||||||
|
@ -61,7 +61,7 @@ check_for_update() {
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
# check the version of some packages even if they do not have a PKG_URL
|
# check the version of some packages even if they do not have a PKG_URL
|
||||||
# the PKG_WITHOUT_URLS is space seperated
|
# the PKG_WITHOUT_URLS is space separated
|
||||||
PKGS_WITHOUT_URLS="jellyfin"
|
PKGS_WITHOUT_URLS="jellyfin"
|
||||||
if [[ ! " ${PKG_NAME} " == *" ${PKGS_WITHOUT_URLS} "* ]]; then
|
if [[ ! " ${PKG_NAME} " == *" ${PKGS_WITHOUT_URLS} "* ]]; then
|
||||||
# check if version and url are empty or self hosted by us and ignore those packages
|
# check if version and url are empty or self hosted by us and ignore those packages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user