summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/dmalloc/dmalloc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dmalloc/dmalloc.mk b/package/dmalloc/dmalloc.mk
index 4de324e0d..89d067ddf 100644
--- a/package/dmalloc/dmalloc.mk
+++ b/package/dmalloc/dmalloc.mk
@@ -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