diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-08-11 03:46:14 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-08-11 03:46:14 -0300 |
commit | 8d8445649db71b69ac8769ccf202f6a6e4ffeb40 (patch) | |
tree | 57241230f7bfc8dd6c95d72e44392cf55872e136 /libre | |
parent | f860fe9d8ba13eb6664d55978bedf3e93487a574 (diff) | |
download | abslibre-8d8445649db71b69ac8769ccf202f6a6e4ffeb40.tar.gz abslibre-8d8445649db71b69ac8769ccf202f6a6e4ffeb40.tar.bz2 abslibre-8d8445649db71b69ac8769ccf202f6a6e4ffeb40.zip |
linux-libre-3.5.1-1: fixing issue on PKGBUILD
Diffstat (limited to 'libre')
-rw-r--r-- | libre/linux-libre/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD index 674bcee3e..0540a5556 100644 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -191,7 +191,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}\"|" \ |