mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
treewide: fix typos
This commit is contained in:
parent
4349de7938
commit
b2235ef5e0
@ -20,7 +20,7 @@ and try to answer the following questions:
|
||||
- What did you expect to happen?
|
||||
- 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.**
|
||||
|
||||
Make sure to specify which version of LibreELEC you are using.
|
||||
|
@ -271,7 +271,7 @@ Issue | Level | Meaning |
|
||||
* new kernel driver
|
||||
* ...
|
||||
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`)
|
||||
* 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`
|
||||
|
@ -730,7 +730,7 @@ class Builder:
|
||||
|
||||
# Remove any source code directories that are no longer required.
|
||||
# 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):
|
||||
if self.autoremove:
|
||||
if self.debug:
|
||||
|
@ -61,7 +61,7 @@ check_for_update() {
|
||||
esac
|
||||
|
||||
# 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"
|
||||
if [[ ! " ${PKG_NAME} " == *" ${PKGS_WITHOUT_URLS} "* ]]; then
|
||||
# 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