summarylogtreecommitdiffstats
path: root/0001-fix-man-path.patch
diff options
context:
space:
mode:
authorGrayJack2019-02-23 23:32:47 -0300
committerGrayJack2019-02-23 23:32:47 -0300
commit5136c5f93ea2070f9f6b66076459b0219e75a606 (patch)
treee1f445d4f19f6ed12c6b234d72eeb7efe4791b94 /0001-fix-man-path.patch
downloadaur-5136c5f93ea2070f9f6b66076459b0219e75a606.tar.gz
Initial commit
Diffstat (limited to '0001-fix-man-path.patch')
-rw-r--r--0001-fix-man-path.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/0001-fix-man-path.patch b/0001-fix-man-path.patch
new file mode 100644
index 000000000000..6260b41822a5
--- /dev/null
+++ b/0001-fix-man-path.patch
@@ -0,0 +1,13 @@
+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
+>