~henrix/ubuntu/precise/open-vm-dkms/lp-1416003

« back to all changes in this revision

Viewing changes to hgfsmounter/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-10-23 15:32:00 UTC
  • mfrom: (1.1.2 upstream) (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20081023153200-gc1bfx89hj35c799
Tags: 2008.10.10-123053-2
* Correcting typo in dh_installinit call.
* Downgrading depends on module-assistant to recommends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
install-exec-hook:
33
33
        $(MV) $(DESTDIR)$(sbindir)/mount.vmhgfs \
34
34
                $(DESTDIR)$(sbindir)/mount_vmhgfs
35
 
        chown root $(DESTDIR)$(sbindir)/mount_vmhgfs
 
35
if WITH_ROOT_PRIVILEGES
36
36
        chmod u+s $(DESTDIR)$(sbindir)/mount_vmhgfs
 
37
endif WITH_ROOT_PRIVILEGES
 
38
        -$(MKDIR_P) $(DESTDIR)/sbin
37
39
        -$(LN_S) $(DESTDIR)$(sbindir)/mount_vmhgfs \
38
40
                $(DESTDIR)/sbin/mount_vmhgfs &> /dev/null
39
41
uninstall-hook:
40
42
        -$(RM) -f $(DESTDIR)$(sbindir)/mount_vmhgfs &> /dev/null
41
43
else
42
44
install-exec-hook:
43
 
        chown root $(DESTDIR)$(sbindir)/mount.vmhgfs
 
45
if WITH_ROOT_PRIVILEGES
44
46
        chmod u+s $(DESTDIR)$(sbindir)/mount.vmhgfs
 
47
endif WITH_ROOT_PRIVILEGES
 
48
        -$(MKDIR_P) $(DESTDIR)/sbin
45
49
        -$(LN_S) $(DESTDIR)$(sbindir)/mount.vmhgfs \
46
50
                $(DESTDIR)/sbin/mount.vmhgfs &> /dev/null
47
51
uninstall-hook: