Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 384703
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- a/src/Makefile.am
0
++ b/src/Makefile.am
Lines 51-58 Link Here
51
	chmod u+s $(DESTDIR)$(sbindir)/mount.davfs; \
51
	chmod u+s $(DESTDIR)$(sbindir)/mount.davfs; \
52
	if test "$(sbindir)" != "$(ssbindir)"; then \
52
	if test "$(sbindir)" != "$(ssbindir)"; then \
53
	  $(mkinstalldirs) $(DESTDIR)$(ssbindir); \
53
	  $(mkinstalldirs) $(DESTDIR)$(ssbindir); \
54
	  $(LN_S) -f $(DESTDIR)$(sbindir)/mount.davfs $(DESTDIR)$(ssbindir)/mount.davfs; \
54
	  $(LN_S) -f $(sbindir)/mount.davfs $(DESTDIR)$(ssbindir)/mount.davfs; \
55
	  $(LN_S) -f $(DESTDIR)$(sbindir)/umount.davfs $(DESTDIR)$(ssbindir)/umount.davfs; \
55
	  $(LN_S) -f $(sbindir)/umount.davfs $(DESTDIR)$(ssbindir)/umount.davfs; \
56
	fi
56
	fi
57
57
58
uninstall-hook:
58
uninstall-hook:

Return to bug 384703