Binaries installed in odd directory under linux
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| widelands |
Won't Fix
|
Low
|
Unassigned | ||
Bug Description
Revision 7224.1.5 removed WL_INSTALL_BINDIR, instead opting to use CMAKE_INSTALL_
IF(ARGS_WIN32)
install(TARGETS ${NAME} DESTINATION "." COMPONENT ExecutableFiles)
ELSE(ARGS_WIN32)
install(TARGETS ${NAME} DESTINATION "bin/" COMPONENT ExecutableFiles)
ENDIF(ARGS_WIN32)
in cmake/WlFunctio
| tags: | added: buildsystem |
| Changed in widelands: | |
| milestone: | none → build20-rc1 |
| importance: | Undecided → Low |
| status: | New → Confirmed |
| Changed in widelands: | |
| status: | Confirmed → In Progress |
| assignee: | nobody → GunChleoc (gunchleoc) |

There are some additional settings in widelands.h, with a not for packagers to take care of it. The PPA will install the application into usr/share/ applications and the data into usr/share/ games/widelands