Fix DESTDIR bug (sr #108104)

This commit is contained in:
wbaumann 2012-08-20 19:07:41 +00:00
parent 29dde41bcd
commit cbbb06b3c7
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,10 @@
ChangeLog for davfs2
--------------------

2012-08-20 Werner Baumann (werner.baumann@onlinehome.de)
* src/Makefile.am:
Fix DESTDIR bug (sr #108104).

2012-08-06 Werner Baumann (werner.baumann@onlinehome.de)
* mount_davfs.c, write_mtab_entry:
Remove unnecessary variable ret.

View File

@ -56,8 +56,8 @@ install-exec-hook:
chmod u+s $(DESTDIR)$(sbindir)/mount.davfs; \
if test "$(sbindir)" != "$(ssbindir)"; then \
$(mkinstalldirs) $(DESTDIR)$(ssbindir); \
$(LN_S) -f $(DESTDIR)$(sbindir)/mount.davfs $(DESTDIR)$(ssbindir)/mount.davfs; \
$(LN_S) -f $(DESTDIR)$(sbindir)/umount.davfs $(DESTDIR)$(ssbindir)/umount.davfs; \
$(LN_S) -f $(sbindir)/mount.davfs $(DESTDIR)$(ssbindir)/mount.davfs; \
$(LN_S) -f $(sbindir)/umount.davfs $(DESTDIR)$(ssbindir)/umount.davfs; \
fi

uninstall-hook: