Branch: refs/heads/master
Home: https://github.com/Linaro/odp
Commit: f05a0abd5386dc953b8a3eb30b6f6b8937be08cc
https://github.com/Linaro/odp/commit/f05a0abd5386dc953b8a3eb30b6f6b8937be08cc
Author: Janne Kajovuori <[email protected]>
Date: 2017-05-02 (Tue, 02 May 2017)
Changed paths:
M platform/linux-generic/Makefile.am
Log Message:
-----------
linux-generic: makefile: fix staged install support
install-data-hook tries to create the symlink with incorrect paths
when a staged install is performed with "make DESTDIR=<path> install".
This issue can be fixed by prepending the paths with $(DESTDIR), which
provides correct path to the staging area.
Signed-off-by: Janne Kajovuori <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>