From eefecc8813e0c062a2058b33209cb30830f824b6 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 19 Jan 2012 23:15:04 +0000 Subject: Thu Jan 19 23:15:03 UTC 2012 --- community/open-vm-tools-modules/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'community/open-vm-tools-modules') diff --git a/community/open-vm-tools-modules/PKGBUILD b/community/open-vm-tools-modules/PKGBUILD index 4807e3623..9134e0841 100644 --- a/community/open-vm-tools-modules/PKGBUILD +++ b/community/open-vm-tools-modules/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 62178 2012-01-17 14:46:25Z spupykin $ +# $Id: PKGBUILD 62251 2012-01-18 19:54:06Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Krzysztof Raczkowski pkgname=open-vm-tools-modules pkgver=2011.12.20 _pkgsubver=562307 -pkgrel=2 +pkgrel=3 pkgdesc="kernel modules for the open source implementation of VMware Tools" arch=('i686' 'x86_64') url="http://open-vm-tools.sourceforge.net/" @@ -28,7 +28,7 @@ build() { --without-x --with-kernel-release=$KERNEL_RELEASE cd modules - echo '#define COMPAT_LINUX_VERSION_CHECK_LT(a, b, c) 1' >>linux/shared/compat_version.h +# echo '#define COMPAT_LINUX_VERSION_CHECK_LT(a, b, c) 1' >>linux/shared/compat_version.h make modules } @@ -46,4 +46,5 @@ package() { gzip $pkgdir/lib/modules/extramodules-3.${_kernver}-ARCH/*.ko install -D -m 644 ${srcdir}/modprobe.conf ${pkgdir}/etc/modprobe.d/${pkgname}.conf + sed -i "s|extramodules-.*-ARCH|extramodules-3.${_kernver}-ARCH|" $startdir/$pkgname.install } -- cgit v1.2.3-54-g00ecf