linux3.18: please xlint

This commit is contained in:
Andrea Brancaleoni 2015-04-24 22:14:37 +02:00
parent 9107b8ff83
commit 19260eb3b2
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
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.