dmalloc: Fix install path for headers and info files.

Signed-off-by: Will Newton <will.newton@imgtec.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Will Newton 2011-09-28 15:29:55 +01:00 committed by Peter Korsgaard
parent f64a740f36
commit a4e27b1160
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ define DMALLOC_INSTALL_STAGING_CMDS
bindir="$(STAGING_DIR)/usr/bin" \
libdir="$(STAGING_DIR)/usr/lib" \
shlibdir="$(STAGING_DIR)/usr/lib" \
includedir="$(STAGING_DIR)/usr/share/info/" \
infodir="$(STAGING_DIR)/usr/share/info/" \
-C $(@D) install
endef