diff --git a/Makefile b/Makefile index 6934e47..b9108b2 100644 --- a/Makefile +++ b/Makefile @@ -16,4 +16,5 @@ install: install -Dm755 -t "$(DESTDIR)/usr/bin/" gocryptfs install -Dm755 -t "$(DESTDIR)/usr/bin/" gocryptfs-xray/gocryptfs-xray install -Dm644 -t "$(DESTDIR)/usr/share/man/man1/" Documentation/gocryptfs.1 + install -Dm644 -t "$(DESTDIR)/usr/share/man/man1/" Documentation/gocryptfs-xray.1 install -Dm644 -t "$(DESTDIR)/usr/share/licenses/gocryptfs" LICENSE