From cf6885f1408eb3bee4abe374c6f6dcb8705cd319 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 9 Jan 2006 02:46:26 +0000 Subject: use the correct pci.id name as pointed out by kostja in Bug 629 --- package/pciutils/pciutils.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/pciutils') diff --git a/package/pciutils/pciutils.mk b/package/pciutils/pciutils.mk index a33e29d58..138c4ac21 100644 --- a/package/pciutils/pciutils.mk +++ b/package/pciutils/pciutils.mk @@ -24,7 +24,7 @@ pciutils-source: $(DL_DIR)/$(PCIUTILS_SOURCE) $(DL_DIR)/$(PCIIDS_SOURCE) $(PCIUTILS_DIR)/.unpacked: $(DL_DIR)/$(PCIUTILS_SOURCE) $(DL_DIR)/$(PCIIDS_SOURCE) $(PCIUTILS_CAT) $(DL_DIR)/$(PCIUTILS_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) - - $(PCIIDS_CAT) $(DL_DIR)/$(PCIIDS_SOURCE) > $(PCIUTILS_DIR)/pci.id + $(PCIIDS_CAT) $(DL_DIR)/$(PCIIDS_SOURCE) > $(PCIUTILS_DIR)/pci.ids toolchain/patch-kernel.sh $(PCIUTILS_DIR) package/pciutils pciutils\*.patch touch $(PCIUTILS_DIR)/.unpacked -- cgit v1.2.3