unionfs-make-mandir.patch 669 B

123456789101112131415
  1. Make the man directory if it's missing before installing the man page.
  2. Already upstream see http://hg.podgorny.cz/unionfs-fuse/rev/6ca07ad1b855
  3. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
  4. diff -Nura unionfs-fuse-0.24.orig/Makefile unionfs-fuse-0.24/Makefile
  5. --- unionfs-fuse-0.24.orig/Makefile 2010-05-20 08:04:08.000000000 -0300
  6. +++ unionfs-fuse-0.24/Makefile 2012-01-11 08:08:02.382667776 -0300
  7. @@ -9,5 +9,6 @@
  8. install: build
  9. install -d $(DESTDIR)$(PREFIX)$(BINDIR)
  10. + install -d $(DESTDIR)$(PREFIX)/share/man/man8
  11. install -m 0755 src/unionfs $(DESTDIR)$(PREFIX)$(BINDIR)
  12. install -m 0644 man/unionfs-fuse.8 $(DESTDIR)$(PREFIX)/share/man/man8/