summarylogtreecommitdiffstats
path: root/0001-fix-man-path.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-fix-man-path.patch')
-rw-r--r--0001-fix-man-path.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/0001-fix-man-path.patch b/0001-fix-man-path.patch
deleted file mode 100644
index 6260b41822a5..000000000000
--- a/0001-fix-man-path.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-37c37
-< JANET_PATH?=/usr/local/lib/janet
----
-> JANET_PATH?=$(PREFIX)/lib/janet
-201,203c201,202
-< cp janet.1 /usr/local/share/man/man1/
-< mandb
-< $(LDCONFIG)
----
-> mkdir -p $(PREFIX)/share/man/man1/
-> cp janet.1 $(PREFIX)/share/man/man1/
-213a213
->