Conversation
|
No, I don't think it's going to work because according to the RPM packaging guide |
I don't even mind RPM here. I just launch local make install. So suggested change allows local installation only. The need for this appeared becasue I don't want (or can't) install into the root, but msg tool requires pkgconfig else I have to manually change all paths in the makefile. That's annoying really. |
Presumably by using empty DESTDIR -> targets local fs root, so something like: make DESTDIR= LIBDIR=/custom/path INCDIR=/somewhere/else build install At quick glance: LIBDIR bits are already in there and used from rpm spec file, but possibility to override include file target dir would need to be added |
|
Ok, so now one could call smth like |
This change allows local installation of a lib (into $DESTDIR)