fix packaging (forgot to cvs add)
This commit is contained in:
parent
6cee513c35
commit
61391cd755
13
games/solarus/solarus/patches/patch-gui_CMakeLists_txt
Normal file
13
games/solarus/solarus/patches/patch-gui_CMakeLists_txt
Normal file
@ -0,0 +1,13 @@
|
||||
$OpenBSD: patch-gui_CMakeLists_txt,v 1.1 2017/04/09 12:03:20 jasper Exp $
|
||||
--- gui/CMakeLists.txt.orig Sun Apr 9 13:20:07 2017
|
||||
+++ gui/CMakeLists.txt Sun Apr 9 13:20:16 2017
|
||||
@@ -188,7 +188,7 @@ endif(UNIX AND NOT APPLE)
|
||||
# Linux Manpage
|
||||
if(UNIX AND NOT APPLE)
|
||||
install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/../solarus.6
|
||||
- DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man6)
|
||||
+ DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man6)
|
||||
install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/../solarus-run.6
|
||||
- DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man6)
|
||||
+ DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man6)
|
||||
endif(UNIX AND NOT APPLE)
|
Loading…
Reference in New Issue
Block a user