From 57362c3b2112726be159861f922faf7ae66858ca Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 16 Jan 2019 21:06:00 +0100 Subject: Update the deps New: SDL_sound, drumstick, perl-path-tiny, perl-template-toolkit, python3-random2, freecell-solver Updated: OpenAL, phonon, phonon-vlc Rebuilt: phonon-gstreamer --- deps/drumstick/patches/drumstick_mandir.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 deps/drumstick/patches/drumstick_mandir.patch (limited to 'deps/drumstick/patches') diff --git a/deps/drumstick/patches/drumstick_mandir.patch b/deps/drumstick/patches/drumstick_mandir.patch new file mode 100644 index 0000000..9856137 --- /dev/null +++ b/deps/drumstick/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) -- cgit v1.2.3