diff options
Diffstat (limited to 'testing/gocryptfs/remove_pandoc.patch')
-rw-r--r-- | testing/gocryptfs/remove_pandoc.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/gocryptfs/remove_pandoc.patch b/testing/gocryptfs/remove_pandoc.patch new file mode 100644 index 0000000000..5f88f117e2 --- /dev/null +++ b/testing/gocryptfs/remove_pandoc.patch @@ -0,0 +1,18 @@ +diff -ruN gocryptfs_v1.7.1_src-deps/Makefile gocryptfs_v1.7.1_src-deps/Makefile +--- gocryptfs_v1.7.1_src-deps/Makefile ++++ gocryptfs_v1.7.1_src-deps/Makefile +@@ -1,7 +1,6 @@ + .phony: build + build: + ./build.bash +- ./Documentation/MANPAGE-render.bash + + .phony: test + test: +@@ -20,6 +19,4 @@ + 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 |