Bug #13251 2008-03-02 09:33

b-s-a

make install failed when DESTDIR used

When I create ebuild for Gentoo I confused when einstall (make install DESTDIR=/var/tmp/.../image) failed. libtool cannot install each plugin because destination directory is not exists. I examinate Makefile.am of plugins and found, that is used invalid combination:

libdir = $(pkgdatadir)/plugins

lib_LTLIBRARY = pluginname.la

should be:

pluginsdir = $(pkgdatadir)/plugins

plugins_LTLIBRARY = pluginname.la

When I fix all these errors package were successfully installed.

Category
 
Group
 
Status
Closed
Close date
2013-05-25 15:54
Assigned to
 
b-s-a 2008-03-02 09:35
biplab 2013-05-25 15:54

This bug has been already fixed in HEAD.

Thank you.