# HG changeset patch # User Nathan Neulinger # Date 1442668154 0 # Node ID 008c6e5ef5a57c89213a502951f4e3cd489f3cd7 # Parent 1d017e1c386653bf796fc3d9246b674c8a712bc5 open-vm-tools: another attempt to get kernel selection correct for build in the wok diff -r 1d017e1c3866 -r 008c6e5ef5a5 linux64-open-vm-tools-kernel/receipt --- a/linux64-open-vm-tools-kernel/receipt Sat Sep 19 09:52:06 2015 +0200 +++ b/linux64-open-vm-tools-kernel/receipt Sat Sep 19 13:09:14 2015 +0000 @@ -34,9 +34,9 @@ --without-gtkmm \ --without-xmlsecurity \ --without-xerces \ + --with-kernel-release=${kvers}-slitaz64 \ $CONFIGURE_ARGS - sed -i -e "s/${kvers}-slitaz/${kvers}-slitaz64/" modules/Makefile cd modules && make CFLAGS="" KBUILD_VERBOSE=1 && make DESTDIR=$install install } @@ -51,7 +51,6 @@ post_install() { - echo -n "Processing post-install commands..." chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz64 status } diff -r 1d017e1c3866 -r 008c6e5ef5a5 open-vm-tools-kernel/receipt --- a/open-vm-tools-kernel/receipt Sat Sep 19 09:52:06 2015 +0200 +++ b/open-vm-tools-kernel/receipt Sat Sep 19 13:09:14 2015 +0000 @@ -32,6 +32,7 @@ --without-gtkmm \ --without-xmlsecurity \ --without-xerces \ + --with-kernel-release=${kvers}-slitaz \ $CONFIGURE_ARGS && cd modules && \ make && make DESTDIR=$install install } @@ -47,7 +48,6 @@ post_install() { - echo -n "Processing post-install commands..." chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz status }