wok-next diff linux64-open-vm-tools-kernel/receipt @ rev 18399

open-vm-tools: fix depmod call
author Nathan Neulinger <nneul@neulinger.org>
date Sat Sep 19 03:27:30 2015 +0000 (2015-09-19)
parents ab0bb7303eff
children 5ff817cfb2a4
line diff
     1.1 --- a/linux64-open-vm-tools-kernel/receipt	Sat Sep 19 03:20:30 2015 +0000
     1.2 +++ b/linux64-open-vm-tools-kernel/receipt	Sat Sep 19 03:27:30 2015 +0000
     1.3 @@ -52,6 +52,6 @@
     1.4  post_install()
     1.5  {
     1.6  	echo -n "Processing post-install commands..."
     1.7 -	chroot "$1/" depmod -a
     1.8 +	chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz64
     1.9  	status
    1.10  }