Commit 4cf02e6b authored by Gary Bisson's avatar Gary Bisson Committed by Peter Korsgaard
Browse files

libroxml: fix staging install directory path

parent 8fc5ea00
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ define LIBROXML_BUILD_CMDS
endef

define LIBROXML_INSTALL_STAGING_CMDS
	$(MAKE) DESTDIR=$(STAGING_DIR) -C $(@D) install
	$(MAKE) DESTDIR=$(STAGING_DIR)/usr/ -C $(@D) install
endef

define LIBROXML_INSTALL_TARGET_CMDS