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 about 5 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 about 5 years ago
    
    - Target version set to Version 0.8.0
 
#3
    
    
    Updated by kervala about 5 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.