diff options
author | David P <megver83@parabola.nu> | 2018-09-06 22:29:45 -0300 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2018-09-06 22:29:45 -0300 |
commit | e30d19c18bac0e3684d7ede865298c70f2b06003 (patch) | |
tree | 613708929570e89d061fbb38c4035f9db513a24e /libre/linux-libre-lts | |
parent | d89a276dea8cb31843d04d821d23b31def8b362f (diff) | |
download | abslibre-e30d19c18bac0e3684d7ede865298c70f2b06003.tar.gz abslibre-e30d19c18bac0e3684d7ede865298c70f2b06003.tar.bz2 abslibre-e30d19c18bac0e3684d7ede865298c70f2b06003.zip |
linux-libre-lts: change an "elif" with "else"
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'libre/linux-libre-lts')
-rw-r--r-- | libre/linux-libre-lts/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/linux-libre-lts/PKGBUILD b/libre/linux-libre-lts/PKGBUILD index 1fbb1f80c..171f993de 100644 --- a/libre/linux-libre-lts/PKGBUILD +++ b/libre/linux-libre-lts/PKGBUILD @@ -259,7 +259,7 @@ pkgdesc="The ${pkgbase^} kernel and modules - stable longtime supported kernel p s|%KERNVER%|${_kernver}|g s|%EXTRAMODULES%|${_extramodules}|g " - elif [ "${CARCH}" = "x86_64" ] || [ "${CARCH}" = "i686" ]; then + else local _subst=" s|%PKGBASE%|${pkgbase}|g s|%KERNVER%|${_kernver}|g |