diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2012-08-08 17:06:38 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2012-08-08 17:06:38 +0000 |
commit | 2d60b69a636c7daebac06e23604061f0ae89b55c (patch) | |
tree | c25b71d980ffa5d7fab39e6cac8ef3c3cc1bf749 /net-fs/davfs2/files/davfs2-1.4.7-destdir.patch | |
parent | Needs xpdf headers (diff) | |
download | historical-2d60b69a636c7daebac06e23604061f0ae89b55c.tar.gz historical-2d60b69a636c7daebac06e23604061f0ae89b55c.tar.bz2 historical-2d60b69a636c7daebac06e23604061f0ae89b55c.zip |
Version bump (bugfixes from upstream), also fix Gentoo bugs 384703 and 415011. Remove old versions.
Package-Manager: portage-2.1.10.65/cvs/Linux i686
Diffstat (limited to 'net-fs/davfs2/files/davfs2-1.4.7-destdir.patch')
-rw-r--r-- | net-fs/davfs2/files/davfs2-1.4.7-destdir.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net-fs/davfs2/files/davfs2-1.4.7-destdir.patch b/net-fs/davfs2/files/davfs2-1.4.7-destdir.patch new file mode 100644 index 000000000000..e6f1a17dd7d2 --- /dev/null +++ b/net-fs/davfs2/files/davfs2-1.4.7-destdir.patch @@ -0,0 +1,16 @@ +https://bugs.gentoo.org/384703 +Patch by Jeroen Roovers + +--- a/src/Makefile.am ++++ b/src/Makefile.am +@@ -51,8 +51,8 @@ + 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: |