summaryrefslogtreecommitdiff
path: root/libre/linux-libre
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2018-08-23 19:51:44 -0300
committerDavid P <megver83@parabola.nu>2018-08-23 19:51:44 -0300
commitbf4de8f0e04f27ebfe699841881c52923d4523a1 (patch)
tree8b0836e9c2dc1810720e54daa951ab3a7a4c61c8 /libre/linux-libre
parent89eea072e673e50daa832ef11587a165cd9deaeb (diff)
downloadabslibre-bf4de8f0e04f27ebfe699841881c52923d4523a1.tar.gz
abslibre-bf4de8f0e04f27ebfe699841881c52923d4523a1.tar.bz2
abslibre-bf4de8f0e04f27ebfe699841881c52923d4523a1.zip
linux-libre: another variable change ...
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'libre/linux-libre')
-rw-r--r--libre/linux-libre/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD
index e7bd5522d..99d0f3b63 100644
--- a/libre/linux-libre/PKGBUILD
+++ b/libre/linux-libre/PKGBUILD
@@ -226,14 +226,14 @@ _package() {
msg2 "Installing hooks..."
# sed expression for following substitutions
if [ "$CARCH" = "armv7h" ]; then
- local _subst="
+ local subst="
s|/boot/vmlinuz-%PKGBASE%|$kernver|g
s|%PKGBASE%|$pkgbase|g
s|%KERNVER%|$kernver|g
s|%EXTRAMODULES%|$extramodules|g
"
else
- local _subst="
+ local subst="
s|%PKGBASE%|$pkgbase|g
s|%KERNVER%|$kernver|g
s|%EXTRAMODULES%|$extramodules|g