summaryrefslogtreecommitdiffstats
path: root/development/editorconfig-core-c/man-directory.patch
diff options
context:
space:
mode:
author David Demelier2019-02-18 01:29:54 +0100
committer Willy Sudiarto Raharjo2019-02-18 01:29:54 +0100
commit1f02d09071afba921f5e8df507986a0e5f61a282 (patch)
tree92c71fca0b7a9fbcb07ece9299a54404c44a6abd /development/editorconfig-core-c/man-directory.patch
parent06097ed0b04c46f5a4c0c1b794dd9b3f221022ea (diff)
downloadslackbuilds-1f02d09071afba921f5e8df507986a0e5f61a282.tar.gz
development/editorconfig-core-c: Added (EditorConfig core library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/editorconfig-core-c/man-directory.patch')
-rw-r--r--development/editorconfig-core-c/man-directory.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/development/editorconfig-core-c/man-directory.patch b/development/editorconfig-core-c/man-directory.patch
new file mode 100644
index 0000000000..74d5db6733
--- /dev/null
+++ b/development/editorconfig-core-c/man-directory.patch
@@ -0,0 +1,23 @@
+--- doc/CMakeLists.txt.orig 2019-02-16 20:30:36.724781344 +0100
++++ doc/CMakeLists.txt 2019-02-16 20:31:01.294782000 +0100
+@@ -107,17 +107,17 @@
+ # we need to exclude it when installing man3. Same for
+ # editorconfig-format.3
+ install(DIRECTORY ${EC_MANPAGE3_DIR}
+- DESTINATION share/man
++ DESTINATION man
+ PATTERN editorconfig.3 EXCLUDE
+ PATTERN editorconfig-format.3 EXCLUDE
+ REGEX ._include_. EXCLUDE)
+
+ install(FILES
+ ${EC_MANPAGE1_DIR}/editorconfig.1
+- DESTINATION share/man/man1)
++ DESTINATION man/man1)
+ install(FILES
+ ${EC_MANPAGE5_DIR}/editorconfig-format.5
+- DESTINATION share/man/man5)
++ DESTINATION man/man5)
+
+ # "make clean" should also clean generated docs
+ set_directory_properties(PROPERTIES