diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-08-27 15:24:06 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-08-27 15:24:06 -0300 |
commit | 59faaab79358d179ecc12ab5efb09cf9979c70fb (patch) | |
tree | 5d9281ec7a8b493cec719eaf849abcc1ae9c0751 | |
parent | 606c78deebca50b63e99050bbc7da89471a6561e (diff) | |
download | abslibre-59faaab79358d179ecc12ab5efb09cf9979c70fb.tar.gz abslibre-59faaab79358d179ecc12ab5efb09cf9979c70fb.tar.bz2 abslibre-59faaab79358d179ecc12ab5efb09cf9979c70fb.zip |
linux-libre-lts-rt-3.0.41_rt61-1: reordering PKGBUILD
-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}" |