summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-08-11 03:46:35 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-08-11 03:46:35 -0300
commit657085c8ba23e889d1308b8af71d77c336d19012 (patch)
treee6a66f08e69aecb3aaf71b7c9b94b81a8d96c925 /libre
parent8d8445649db71b69ac8769ccf202f6a6e4ffeb40 (diff)
linux-libre-lts-3.0.40-1: fixing issue on PKGBUILD
Diffstat (limited to 'libre')
-rw-r--r--libre/linux-libre-lts/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/linux-libre-lts/PKGBUILD b/libre/linux-libre-lts/PKGBUILD
index d23845bfc..5b5add3f4 100644
--- a/libre/linux-libre-lts/PKGBUILD
+++ b/libre/linux-libre-lts/PKGBUILD
@@ -198,7 +198,7 @@ _package() {
sed \
-e "s/KERNEL_NAME=.*/KERNEL_NAME=${_kernelname}/" \
-e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/" \
- -i "${startdir}/linux-lts.install"
+ -i "${startdir}/${pkgbase}.install"
sed \
-e "1s|'linux-libre.*'|'${pkgbase}'|" \
-e "s|ALL_kver=.*|ALL_kver=\"/boot/vmlinuz-${pkgbase}\"|" \