diff options
author | root <root@rshg054.dnsready.net> | 2012-08-28 00:08:58 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-08-28 00:08:58 +0000 |
commit | 559da5e6e5aff9ccc57e29b6a91c35a528424b6c (patch) | |
tree | 0e648ff39bc964f3bd675917b369124f8e1e0dee /kernels/linux-libre-lts-rt | |
parent | feeabffe5469ebe2fde0e79802e470d007528b85 (diff) |
Tue Aug 28 00:08:57 UTC 2012
Diffstat (limited to 'kernels/linux-libre-lts-rt')
-rw-r--r-- | kernels/linux-libre-lts-rt/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kernels/linux-libre-lts-rt/PKGBUILD b/kernels/linux-libre-lts-rt/PKGBUILD index 74a883c1b..33ebb0965 100644 --- a/kernels/linux-libre-lts-rt/PKGBUILD +++ b/kernels/linux-libre-lts-rt/PKGBUILD @@ -36,10 +36,6 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_basekernel}-gn 'i915-fix-ghost-tv-output.patch' 'ext4-options.patch' "http://www.linux-libre.fsfla.org/pub/linux-libre/lemote/gnewsense/pool/debuginfo/linux-patches-${_lxopkgver}-gnu_0loongsonlibre_mipsel.tar.bz2") - -_kernelname=${pkgbase#linux-libre} -_localversionname=-LIBRE-LTS-RT -_aurversionkernelname=-rt-lts # in this case, in the aur version on Archlinux, the kernel name is different than ours md5sums=('5f64180fe7df4e574dac5911b78f5067' 'b4ebaa2ebf8418c75aba96fd4dd6daf3' '11bb95e505726abd1e1adfa522ef178f' @@ -59,6 +55,10 @@ if [ "$CARCH" != "mips64el" ]; then unset md5sums[${#md5sums[@]}-1] fi +_kernelname=${pkgbase#linux-libre} +_localversionname=-LIBRE-LTS-RT +_aurversionkernelname=-rt-lts # in this case, in the aur version on Archlinux, the kernel name is different than ours + build() { cd "${srcdir}/linux-${_basekernel}" |