Bug #904
CMake put /usr/local in nel-config when doing a package
Status: | Rejected | Start date: | 05/15/2010 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% |
|
Category: | Build | |||
Target version: | Version 0.8.0 |
Description
I compiled NeL, did a cpack -G DEB and all seems fine, excepted in "/usr/bin/nel-config" where all prefix folders were /usr/local instead of /usr
History
#1 Updated by kervala over 8 years ago
It seems like if we plan to create a .deb, we should also specify prefix to cmake with : -D"CMAKE_INSTALL_PREFIX=/usr"
#2 Updated by vl over 8 years ago
- Target version set to Version 0.8.0
#3 Updated by kervala about 8 years ago
- Status changed from New to Rejected
That's not to CMake/CPack to handle that. CPack in only a helper tool which should not be substituted to debhelper to create final packages.