~n-muench/ubuntu/quantal/open-vm-tools/open-vm-tools.march-merge2b

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Nate Muench
  • Date: 2010-09-06 21:06:01 UTC
  • mfrom: (2.4.19 sid)
  • Revision ID: james.westby@ubuntu.com-20100906210601-gxxy30e5roil4srt
Tags: 2010.06.16-268169-3ubuntu1
* Merge from Debian testing (LP: #632101), remaining changes:
  - Recommend open-vm-toolbox in open-vm-tools.
  - Rediffing vsock.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
        $(MAKE)
78
78
 
79
79
        # Installing the modules
80
 
        set -e; for MODULE in vmblock vmci vmhgfs vmmemctl vmsync vmxnet vsock; \
 
80
        set -e; for MODULE in vmblock vmci vmhgfs vmsync vmxnet vsock; \
81
81
        do \
82
82
                install -D -m 0644 modules/linux/$$MODULE.o debian/$(PACKAGE)-$(KVERS)/lib/modules/$(KVERS)/misc/$$MODULE.ko; \
83
83
        done