mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 20:25:28 +03:00
18 lines
658 B
Diff
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
|