summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Schiffbauer <mschiff@gentoo.org>2020-06-30 16:37:31 +0200
committerMarc Schiffbauer <mschiff@gentoo.org>2020-06-30 16:38:07 +0200
commitedd3344582c85ab8d5c5224b6b7b65256ea6f7b2 (patch)
treef1cf27175accad7568c39170d450d60a5672aa34 /sys-power/tuxedo-cc-wmi
parentapp-laptop/tuxedo-keyboard: fix bug #730212 (diff)
downloadgentoo-edd3344582c85ab8d5c5224b6b7b65256ea6f7b2.tar.gz
gentoo-edd3344582c85ab8d5c5224b6b7b65256ea6f7b2.tar.bz2
gentoo-edd3344582c85ab8d5c5224b6b7b65256ea6f7b2.zip
sys-power/tuxedo-cc-wmi: fix bug #730208
Closes: https://bugs.gentoo.org/730208 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>
Diffstat (limited to 'sys-power/tuxedo-cc-wmi')
-rw-r--r--sys-power/tuxedo-cc-wmi/tuxedo-cc-wmi-0.1.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-power/tuxedo-cc-wmi/tuxedo-cc-wmi-0.1.4.ebuild b/sys-power/tuxedo-cc-wmi/tuxedo-cc-wmi-0.1.4.ebuild
index 990f9c91e1e5..3810dcdaae36 100644
--- a/sys-power/tuxedo-cc-wmi/tuxedo-cc-wmi-0.1.4.ebuild
+++ b/sys-power/tuxedo-cc-wmi/tuxedo-cc-wmi-0.1.4.ebuild
@@ -19,5 +19,5 @@ MODULE_NAMES="tuxedo_cc_wmi(tuxedo:${S}:src)"
pkg_setup() {
linux-mod_pkg_setup
- BUILD_PARAMS="CC=$(tc-getBUILD_CC) KERN_DIR=${KV_DIR} KERN_VER=${KV_FULL} O=${KV_OUT_DIR} V=1 KBUILD_VERBOSE=1"
+ BUILD_PARAMS="CC=$(tc-getBUILD_CC) KDIR=${KV_DIR} V=1 KBUILD_VERBOSE=1"
}