From a4e27b11607113f178366469c4c2a827941be283 Mon Sep 17 00:00:00 2001 From: Will Newton Date: Wed, 28 Sep 2011 15:29:55 +0100 Subject: [PATCH] dmalloc: Fix install path for headers and info files. Signed-off-by: Will Newton Signed-off-by: Peter Korsgaard --- package/dmalloc/dmalloc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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