opnsense-ports/devel/linux-kernel/files/patch-scripts_package_buildtar
Franco Fichtner 19e95b2a1b */*: sync with upstream
Taken from: FreeBSD
2016-08-15 04:17:19 +02:00

11 lines
419 B
Text

--- scripts/package/buildtar.orig 2016-07-27 15:42:34 UTC
+++ scripts/package/buildtar
@@ -57,7 +57,7 @@ mkdir -p -- "${tmpdir}/boot"
# Try to install modules
#
if grep -q '^CONFIG_MODULES=y' "${objtree}/.config"; then
- make ARCH="${ARCH}" O="${objtree}" KBUILD_SRC= INSTALL_MOD_PATH="${tmpdir}" modules_install
+ gmake ARCH="${ARCH}" O="${objtree}" KBUILD_SRC= INSTALL_MOD_PATH="${tmpdir}" modules_install
fi