From: Will Newton Date: Wed, 28 Sep 2011 14:29:55 +0000 (+0100) Subject: dmalloc: Fix install path for headers and info files. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a4e27b11607113f178366469c4c2a827941be283;p=buildroot.git dmalloc: Fix install path for headers and info files. Signed-off-by: Will Newton Signed-off-by: Peter Korsgaard --- diff --git a/package/dmalloc/dmalloc.mk b/package/dmalloc/dmalloc.mk index 4de324e0d2..89d067ddff 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