summaryrefslogtreecommitdiff
path: root/libre/linux-libre-lts
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-08-27 15:17:41 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-08-27 15:17:41 -0300
commit395a097920f6f4e0c9e962986ded9ef1e08e19a3 (patch)
tree5aa1a3ce5f3718ed017290c16fbf3895ee7be6a6 /libre/linux-libre-lts
parentdd29002274e3109288469fe9677575d450807542 (diff)
downloadabslibre-395a097920f6f4e0c9e962986ded9ef1e08e19a3.tar.gz
abslibre-395a097920f6f4e0c9e962986ded9ef1e08e19a3.tar.bz2
abslibre-395a097920f6f4e0c9e962986ded9ef1e08e19a3.zip
linux-libre-lts-3.0.41-1: reordering PKGBUILD
Diffstat (limited to 'libre/linux-libre-lts')
-rw-r--r--libre/linux-libre-lts/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/linux-libre-lts/PKGBUILD b/libre/linux-libre-lts/PKGBUILD
index e7d044b92..0631032ed 100644
--- a/libre/linux-libre-lts/PKGBUILD
+++ b/libre/linux-libre-lts/PKGBUILD
@@ -29,9 +29,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
md5sums=('5f64180fe7df4e574dac5911b78f5067'
'b4ebaa2ebf8418c75aba96fd4dd6daf3'
'8cd05778fc1c2d8145b3b9932b4e3164'
@@ -50,6 +47,9 @@ if [ "$CARCH" != "mips64el" ]; then
unset md5sums[${#md5sums[@]}-1]
fi
+_kernelname=${pkgbase#linux-libre}
+_localversionname=-LIBRE-LTS
+
build() {
cd "${srcdir}/linux-${_basekernel}"