summaryrefslogtreecommitdiff
path: root/kernels
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-08-27 15:21:53 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-08-27 15:21:53 -0300
commit606c78deebca50b63e99050bbc7da89471a6561e (patch)
treeda3f5a3f37c6b9aeecb31fbfb98d7504b404c165 /kernels
parent395a097920f6f4e0c9e962986ded9ef1e08e19a3 (diff)
linux-libre-aufs_friendly-3.3.4-1.3: reordering PKGBUILD
Diffstat (limited to 'kernels')
-rw-r--r--kernels/linux-libre-aufs_friendly/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/kernels/linux-libre-aufs_friendly/PKGBUILD b/kernels/linux-libre-aufs_friendly/PKGBUILD
index 7f2101b18..9dc2cbbce 100644
--- a/kernels/linux-libre-aufs_friendly/PKGBUILD
+++ b/kernels/linux-libre-aufs_friendly/PKGBUILD
@@ -35,9 +35,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-AUFS_FRIENDLY
md5sums=('5487da14ca81715a469c7594d39722fa'
'ce7d959667b9f158b1fb814b5806950a'
'9824d09d2a659db17a6468e27ccc29ad'
@@ -58,6 +55,9 @@ if [ "$CARCH" != "mips64el" ]; then
unset md5sums[${#md5sums[@]}-1]
fi
+_kernelname=${pkgbase#linux-libre}
+_localversionname=-LIBRE-AUFS_FRIENDLY
+
build() {
cd "${srcdir}/linux-${_basekernel}"