summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadek Podgorny <radek@podgorny.cz>2011-10-06 15:38:30 +0200
committerRadek Podgorny <radek@podgorny.cz>2011-10-06 15:38:30 +0200
commitd972f46955ed72a77dcfa7d7ca1f3c59a4b4cc0d (patch)
tree3d3d678a1ed357dccaa950bd74ff510adb9a59ab
parent7295e63e7b94a69d12a52394fc6e2e2905b5cd35 (diff)
downloadunionfs-fuse-d972f46955ed72a77dcfa7d7ca1f3c59a4b4cc0d.tar.gz
Added missing creation of man directories. Thanks to Nicolas Dely.
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index eb79a28..7f7c269 100644
--- a/Makefile
+++ b/Makefile
@@ -9,5 +9,6 @@ clean:
install: build
install -d $(DESTDIR)$(PREFIX)$(BINDIR)
+ install -d $(DESTDIR)$(PREFIX)/share/man/man8
install -m 0755 src/unionfs $(DESTDIR)$(PREFIX)$(BINDIR)
install -m 0644 man/unionfs-fuse.8 $(DESTDIR)$(PREFIX)/share/man/man8/