aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryar2015-02-10 09:58:47 -0800
committeryar2015-07-03 17:00:19 -0700
commit9ffdcc05a029abd564b2d1faee39dc79d3f305a1 (patch)
tree1483d22cc6053ff1fed085fd524da77b406eb32e
parent849672c4835b48506874cc2a6c6ba45561a39b5e (diff)
downloadaur-9ffdcc05a029abd564b2d1faee39dc79d3f305a1.tar.gz
gzipping modules is redundant
no need to gzip them from the PKGBUILD, because CONFIG_MODULE_COMPRESS=y see also: https://projects.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/linux&id=d5933a68c71a7ec53e8dcd8314382faa90e635a0 https://bugs.archlinux.org/task/43527
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 719aa9b5c55d..a3a94224e125 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -77,7 +77,6 @@ package_linux-linode() {
-e "s|default_image=.*|default_image=\"/boot/initramfs-${pkgname}.img\"|" \
-e "s|fallback_image=.*|fallback_image=\"/boot/initramfs-${pkgname}-fallback.img\"|" \
-i "${pkgdir}/etc/mkinitcpio.d/${pkgname}.preset"
- find "${pkgdir}" -name '*.ko' -exec gzip -9 {} \;
emdir="extramodules-${_basekernel}${_kernelname:--ARCH}"
mkdir -p "${pkgdir}/lib/modules/${emdir}"