From 19260eb3b2c89b194271b5677254dfc8ee89f799 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Fri, 24 Apr 2015 22:14:37 +0200 Subject: [PATCH] linux3.18: please xlint --- srcpkgs/linux3.18/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/linux3.18/template b/srcpkgs/linux3.18/template index 938014d4897..20a21930f96 100644 --- a/srcpkgs/linux3.18/template +++ b/srcpkgs/linux3.18/template @@ -8,7 +8,7 @@ maintainer="Juan RP " homepage="http://www.kernel.org" license="GPL-2" short_desc="The Linux kernel and modules (${version%.*} series)" -distfiles="http://www.kernel.org/pub/linux/kernel/v3.x/linux-${version}.tar.xz" +distfiles="${KERNEL_SITE}/kernel/v3.x/linux-${version}.tar.xz" checksum=ad5cb0585be28a88bde392eb88dc837debf6a8333bb4d67a8ddc3685c63cb1a5 _kernver="${version}_${revision}" @@ -202,7 +202,7 @@ do_install() { cd ${DESTDIR} export DESTDIR find ./ -name '*.ko' -print0 | \ - xargs -0r -n1 -P ${XBPS_MAKEJOBS} ${FILESDIR}/mv-debug + xargs -0r -n1 -P ${XBPS_MAKEJOBS} ${FILESDIR}/mv-debug ) # ... and run depmod again.