mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
linux3.18: please xlint
This commit is contained in:
parent
9107b8ff83
commit
19260eb3b2
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.kernel.org"
|
homepage="http://www.kernel.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
short_desc="The Linux kernel and modules (${version%.*} series)"
|
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
|
checksum=ad5cb0585be28a88bde392eb88dc837debf6a8333bb4d67a8ddc3685c63cb1a5
|
||||||
|
|
||||||
_kernver="${version}_${revision}"
|
_kernver="${version}_${revision}"
|
||||||
|
@ -202,7 +202,7 @@ do_install() {
|
||||||
cd ${DESTDIR}
|
cd ${DESTDIR}
|
||||||
export DESTDIR
|
export DESTDIR
|
||||||
find ./ -name '*.ko' -print0 | \
|
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.
|
# ... and run depmod again.
|
||||||
|
|
Loading…
Add table
Reference in a new issue