Question / Help Possibility to change the libdir ?

OdelPasso

New Member
Hi,

Actually if i build and install OBS as explained in the readme file, the librairies are installed in "/usr/lib/". I would like to know which file in the OBS source i must to modify to change this way by "/usr/lib/{x86_64/i386}-linux-gnu"

Thanks,
OdelPasso
 

Lain

Forum Admin
Lain
Forum Moderator
Developer
That'd probably be the prefix in the cmake options. Get ccmake (cmake text UI), and then you should be able to set the variable to where it installs to.
 
Top