diff options
author | h.udo <hudokkow@gmail.com> | 2018-06-08 12:23:10 +0100 |
---|---|---|
committer | h.udo <hudokkow@gmail.com> | 2018-06-12 13:06:19 +0100 |
commit | 5c6e3a8b9bec8a594695fe5808bb384f6645bcec (patch) | |
tree | 6b54545a47606b5c6543df01504ef2ed9e09eede /tools/Linux | |
parent | e8d74c663841eddaa70946bee298a15c2454de20 (diff) |
[tools] nuke whitespace
Diffstat (limited to 'tools/Linux')
-rw-r--r-- | tools/Linux/packaging/README.debian | 6 | ||||
-rwxr-xr-x | tools/Linux/packaging/mk-debian-package.sh | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tools/Linux/packaging/README.debian b/tools/Linux/packaging/README.debian index fae32f0682..06ce8c99c7 100644 --- a/tools/Linux/packaging/README.debian +++ b/tools/Linux/packaging/README.debian @@ -2,7 +2,7 @@ There are two available build methods: 1.) debuild / debhelper - Requirements: debhelper, devscripts, all Kodi build deps + Requirements: debhelper, devscripts, all Kodi build deps sudo apt-get install debhelper devscripts sudo apt-get build-dep kodi (if you have one of our repos/ppas added, else read docs/README.linux or docs/README.ubuntu) @@ -11,9 +11,9 @@ There are two available build methods: Example Usage: ./mk-debian-package.sh -2.) pdebuild / pbuilder +2.) pdebuild / pbuilder Requirements: pbuilder, devscripts, proper pbuilder environment - For a comprehensive example how to setup pbuilder read: + For a comprehensive example how to setup pbuilder read: https://wiki.ubuntu.com/PbuilderHowto Result: Debian package for arbitrary Debian based distributions and architectures. diff --git a/tools/Linux/packaging/mk-debian-package.sh b/tools/Linux/packaging/mk-debian-package.sh index 409a620ebf..ad81be0623 100755 --- a/tools/Linux/packaging/mk-debian-package.sh +++ b/tools/Linux/packaging/mk-debian-package.sh @@ -75,7 +75,7 @@ function checkEnv { function getVersion { getGitRev if [[ $RELEASEV == "auto" ]] - then + then local MAJORVER=$(grep VERSION_MAJOR $REPO_DIR/version.txt | awk '{ print $2 }') local MINORVER=$(grep VERSION_MINOR $REPO_DIR/version.txt | awk '{ print $2 }') RELEASEV=${MAJORVER}.${MINORVER} |