summaryrefslogtreecommitdiffstats
path: root/drumstick
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-03-15 13:50:31 +0000
committer Eric Hameleers <alien@slackware.com>2019-03-15 13:50:31 +0000
commit118b5cefb549f010f1e0d019dde57c49b7ffa049 (patch)
treee65a4216d758b193c6fe2195df5385d1be2ac047 /drumstick
parent31e1e5e98ed32113e750c55e87d2fe80682f09f1 (diff)
downloadasb-118b5cefb549f010f1e0d019dde57c49b7ffa049.tar.gz
asb-118b5cefb549f010f1e0d019dde57c49b7ffa049.tar.xz
Initial revision
Diffstat (limited to 'drumstick')
-rw-r--r--drumstick/build/patches/drumstick_mandir.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/drumstick/build/patches/drumstick_mandir.patch b/drumstick/build/patches/drumstick_mandir.patch
new file mode 100644
index 00000000..9856137f
--- /dev/null
+++ b/drumstick/build/patches/drumstick_mandir.patch
@@ -0,0 +1,10 @@
+diff -uar drumstick-1.1.2.orig/cmake_admin/CreateManpages.cmake drumstick-1.1.2/cmake_admin/CreateManpages.cmake
+--- drumstick-1.1.2.orig/cmake_admin/CreateManpages.cmake 2018-11-25 17:14:18.000000000 +0100
++++ drumstick-1.1.2/cmake_admin/CreateManpages.cmake 2019-01-16 12:17:28.689757125 +0100
+@@ -31,5 +31,5 @@
+ ENDFOREACH (it)
+ ADD_CUSTOM_TARGET(manpages ALL DEPENDS ${outfiles})
+ INSTALL ( FILES ${outfiles}
+- DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/man/man1" )
++ DESTINATION "${CMAKE_INSTALL_MANDIR}/man1" )
+ ENDMACRO(CREATE_MANPAGES)