diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-02-01 05:36:02 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-02-01 05:36:02 -0200 |
commit | ec2ba47c7d8d0fd8b96e560eaa41eeec6286e369 (patch) | |
tree | b179a0c6cd5913588ec80c8598f76772596249a1 /kernels/linux-libre-grsec | |
parent | 05535758531123dd901f5e138ab0ced86f975bd9 (diff) | |
download | abslibre-ec2ba47c7d8d0fd8b96e560eaa41eeec6286e369.tar.gz abslibre-ec2ba47c7d8d0fd8b96e560eaa41eeec6286e369.tar.bz2 abslibre-ec2ba47c7d8d0fd8b96e560eaa41eeec6286e369.zip |
linux-libre-grsec: rename tar.bz2 to tar.xz on mips64el source
Diffstat (limited to 'kernels/linux-libre-grsec')
-rw-r--r-- | kernels/linux-libre-grsec/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernels/linux-libre-grsec/PKGBUILD b/kernels/linux-libre-grsec/PKGBUILD index 90fd4009a..fde1a6099 100644 --- a/kernels/linux-libre-grsec/PKGBUILD +++ b/kernels/linux-libre-grsec/PKGBUILD @@ -42,7 +42,7 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_basekernel}-gn 'module-blacklist.conf' 'sysctl.conf' 'known-exploit-detection.patch' - "http://www.linux-libre.fsfla.org/pub/linux-libre/lemote/gnewsense/pool/debuginfo/linux-patches-${_lxopkgver}-gnu_0loongsonlibre_mipsel.tar.bz2") + "http://www.linux-libre.fsfla.org/pub/linux-libre/lemote/gnewsense/pool/debuginfo/linux-patches-${_lxopkgver}-gnu_0loongsonlibre_mipsel.tar.xz") md5sums=('254f59707b6676b59ce5ca5c3c698319' '392f920129940c4f83c7d204468213f3' 'a7dd09d05b98cca3b7c00098698bdd38' @@ -99,7 +99,7 @@ prepare() { # patch from fedora patch -Np1 -i "${srcdir}/criu-no-expert.patch" - # fix 15 seocnds nfs delay + # fix 15 seconds nfs delay patch -Np1 -i "${srcdir}/sunrpc-create-a-new-dummy-pipe-for-gssd-to-hold-open.patch" patch -Np1 -i "${srcdir}/sunrpc-replace-gssd_running-with-more-reliable-check.patch" patch -Np1 -i "${srcdir}/nfs-check-gssd-running-before-krb5i-auth.patch" |