Fix DESTDIR bug (sr #108104)
This commit is contained in:
parent
29dde41bcd
commit
cbbb06b3c7
@ -1,6 +1,10 @@
|
|||||||
ChangeLog for davfs2
|
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)
|
2012-08-06 Werner Baumann (werner.baumann@onlinehome.de)
|
||||||
* mount_davfs.c, write_mtab_entry:
|
* mount_davfs.c, write_mtab_entry:
|
||||||
Remove unnecessary variable ret.
|
Remove unnecessary variable ret.
|
||||||
|
@ -56,8 +56,8 @@ install-exec-hook:
|
|||||||
chmod u+s $(DESTDIR)$(sbindir)/mount.davfs; \
|
chmod u+s $(DESTDIR)$(sbindir)/mount.davfs; \
|
||||||
if test "$(sbindir)" != "$(ssbindir)"; then \
|
if test "$(sbindir)" != "$(ssbindir)"; then \
|
||||||
$(mkinstalldirs) $(DESTDIR)$(ssbindir); \
|
$(mkinstalldirs) $(DESTDIR)$(ssbindir); \
|
||||||
$(LN_S) -f $(DESTDIR)$(sbindir)/mount.davfs $(DESTDIR)$(ssbindir)/mount.davfs; \
|
$(LN_S) -f $(sbindir)/mount.davfs $(DESTDIR)$(ssbindir)/mount.davfs; \
|
||||||
$(LN_S) -f $(DESTDIR)$(sbindir)/umount.davfs $(DESTDIR)$(ssbindir)/umount.davfs; \
|
$(LN_S) -f $(sbindir)/umount.davfs $(DESTDIR)$(ssbindir)/umount.davfs; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
uninstall-hook:
|
uninstall-hook:
|
||||||
|
Loading…
Reference in New Issue
Block a user