wok diff open-vm-tools-kernel/receipt @ rev 18406
open-vm-tools: another attempt to get kernel selection correct for build in the wok
author | Nathan Neulinger <nneul@neulinger.org> |
---|---|
date | Sat Sep 19 13:09:14 2015 +0000 (2015-09-19) |
parents | a5e45eb2082b |
children | d3cf4f4dc1a4 |
line diff
1.1 --- a/open-vm-tools-kernel/receipt Sat Sep 19 03:40:34 2015 +0000 1.2 +++ b/open-vm-tools-kernel/receipt Sat Sep 19 13:09:14 2015 +0000 1.3 @@ -32,6 +32,7 @@ 1.4 --without-gtkmm \ 1.5 --without-xmlsecurity \ 1.6 --without-xerces \ 1.7 + --with-kernel-release=${kvers}-slitaz \ 1.8 $CONFIGURE_ARGS && cd modules && \ 1.9 make && make DESTDIR=$install install 1.10 } 1.11 @@ -47,7 +48,6 @@ 1.12 1.13 post_install() 1.14 { 1.15 - echo -n "Processing post-install commands..." 1.16 chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz 1.17 status 1.18 }