1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
aports/testing/gocryptfs/remove_pandoc.patch
2020-02-24 18:23:45 -03:00

18 lines
658 B
Diff

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