xbps-triggers: dkms: set IGNORE_CC_MISMATCH for nvidia modules.

It's stupid to just abort building the dkms modules just because the CC/HOSTCC
variables between dkms and kernel don't match.
This commit is contained in:
Juan RP 2014-05-20 18:15:20 +02:00
parent 4e1805598a
commit 84953ff0e2
2 changed files with 3 additions and 2 deletions

View File

@ -109,6 +109,7 @@ run)
case "$TARGET" in
post-install)
export IGNORE_CC_MISMATCH=1
add_modules
;;
pre-remove)

View File

@ -1,12 +1,12 @@
# Template file for 'xbps-triggers'
pkgname=xbps-triggers
version=0.76
version=0.77
revision=1
noarch=yes
bootstrap=yes
short_desc="The XBPS triggers for Void Linux"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://code.google.com/p/xbps"
homepage="http://www.voidlinux.eu"
license="Simplified BSD"
do_install() {