wok-current diff open-vm-tools/receipt @ rev 18392

Add: WIP open-vm-tools kernel modules
author Nathan Neulinger <nneul@neulinger.org>
date Fri Sep 18 23:50:52 2015 +0000 (2015-09-18)
parents 995a8662f5ad
children 5ff817cfb2a4
line diff
     1.1 --- a/open-vm-tools/receipt	Fri Sep 18 23:31:50 2015 +0000
     1.2 +++ b/open-vm-tools/receipt	Fri Sep 18 23:50:52 2015 +0000
     1.3 @@ -19,13 +19,11 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	[ -d /lib/modules/$(uname -r)/source ] || get-linux-source
     1.8 -
     1.9  	cd open-vm-tools
    1.10  	sed -i -e "s/-Werror//" configure.ac
    1.11  	autoreconf -i
    1.12          ./configure \
    1.13 -                --with-distro="SliTaz" \
    1.14 +		--without-kernel-modules \
    1.15  		--without-pam \
    1.16  		--without-x \
    1.17  		--without-icu \
    1.18 @@ -59,8 +57,6 @@
    1.19  
    1.20  	cp -a $install/sbin $fs/sbin
    1.21  
    1.22 -	cp -a $install/lib/modules $fs/lib
    1.23 -
    1.24  	cp -a $install/usr/include $fs/usr
    1.25  	cp -a $install/usr/bin $fs/usr
    1.26  	cp -a $install/usr/sbin $fs/usr
    1.27 @@ -72,10 +68,3 @@
    1.28  	cp -a $install/usr/lib/open-vm-tools $fs/usr/lib
    1.29  	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.30  }
    1.31 -
    1.32 -post_install()
    1.33 -{
    1.34 -	echo -n "Processing post-install commands..."
    1.35 -	chroot "$1/" depmod -a
    1.36 -	status
    1.37 -}