diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-11-03 17:26:57 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-11-03 17:26:57 -0200 |
commit | 90f42a9e837b845047ee426c41e24f97cc2f473c (patch) | |
tree | a87f8c93a7cd25c244fbdf009befd9a5717b74e0 /libre/linux-libre-lts | |
parent | 61f86fe764928f5c1ca77c877e2e74c198a3efad (diff) | |
download | abslibre-90f42a9e837b845047ee426c41e24f97cc2f473c.tar.gz abslibre-90f42a9e837b845047ee426c41e24f97cc2f473c.tar.bz2 abslibre-90f42a9e837b845047ee426c41e24f97cc2f473c.zip |
linux-libre-lts{,-grsec,-grsec-knock,-knock}: remove blank space on PKGBUILD
Diffstat (limited to 'libre/linux-libre-lts')
-rw-r--r-- | libre/linux-libre-lts/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/linux-libre-lts/PKGBUILD b/libre/linux-libre-lts/PKGBUILD index ddf3dcc43..cf7e427d8 100644 --- a/libre/linux-libre-lts/PKGBUILD +++ b/libre/linux-libre-lts/PKGBUILD @@ -95,7 +95,7 @@ prepare() { # http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=dc53324060f324e8af6867f57bf4891c13c6ef18 patch -p1 -i "${srcdir}/0006-genksyms-fix-typeof-handling.patch" - # Adding loongson-community patch + # Adding loongson-community patch if [ "${CARCH}" == "mips64el" ]; then patch -p1 -i ${srcdir}/3.14.14-a410a5e2b7-loongson-community.patch fi |