On Sat, 27 Sep 2014, Guillermo Rodriguez Garcia wrote: > El viernes, 26 de septiembre de 2014, escribió: > From: Jon Ringle > > This is useful if you install a package to /opt and libs are in /opt/lib: >     $(call install_lib, foo, 0, 0, 0644, libfoo, opt/) > > >  Shouldn't this be handled with DESTDIR in the install target of the package's Makefile? $DESTDIR is used during the .install target to put the files in the packages/ directory. But $(call install_dir ...) and friends are used during the .targetinstall target to put files from the packages/ directory to the root/ and root-debug/ directories. Jon