Commit a4e27b11 authored by Will Newton's avatar Will Newton Committed by Peter Korsgaard
Browse files

dmalloc: Fix install path for headers and info files.

parent f64a740f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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