From f76a32f4147b80fd586b622a44329c5c07b8862e Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 23 Feb 2009 20:17:34 +0100 Subject: [PATCH] install pci.ids into correct place --- package/pciutils/pciutils.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/pciutils/pciutils.mk b/package/pciutils/pciutils.mk index 17901e6..34e0bb8 100644 --- a/package/pciutils/pciutils.mk +++ b/package/pciutils/pciutils.mk @@ -88,7 +88,7 @@ $(TARGET_DIR)/sbin/setpci: $(PCIUTILS_DIR)/.compiled $(STRIPCMD) $(STRIP_STRIP_ALL) $@ $(TARGET_DIR)/usr/share/misc/$(PCIIDS_FILE): $(PCIUTILS_DIR)/.unpacked - $(INSTALL) -D $(PCIUTILS_DIR)/$(PCIIDS_FILE) $(@D) + $(INSTALL) -D $(PCIUTILS_DIR)/$(PCIIDS_FILE) $(@D)/ pciutils: $(TARGET_DIR)/sbin/setpci $(TARGET_DIR)/sbin/lspci $(TARGET_DIR)/usr/share/misc/$(PCIIDS_FILE) pciutils-headers: $(TARGET_DIR)/usr/lib/libpci.a -- 2.11.4.GIT