wok diff linux64-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/linux64-open-vm-tools-kernel/receipt Sat Sep 19 03:40:34 2015 +0000 1.2 +++ b/linux64-open-vm-tools-kernel/receipt Sat Sep 19 13:09:14 2015 +0000 1.3 @@ -34,9 +34,9 @@ 1.4 --without-gtkmm \ 1.5 --without-xmlsecurity \ 1.6 --without-xerces \ 1.7 + --with-kernel-release=${kvers}-slitaz64 \ 1.8 $CONFIGURE_ARGS 1.9 1.10 - sed -i -e "s/${kvers}-slitaz/${kvers}-slitaz64/" modules/Makefile 1.11 cd modules && make CFLAGS="" KBUILD_VERBOSE=1 && make DESTDIR=$install install 1.12 } 1.13 1.14 @@ -51,7 +51,6 @@ 1.15 1.16 post_install() 1.17 { 1.18 - echo -n "Processing post-install commands..." 1.19 chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz64 1.20 status 1.21 }