diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2006-01-09 02:46:26 +0000 | 
|---|---|---|
| committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-09 02:46:26 +0000 | 
| commit | cf6885f1408eb3bee4abe374c6f6dcb8705cd319 (patch) | |
| tree | 3bca9bef393a4f5a2d1d79f23060bdd6779d0f6a | |
| parent | aae52404c7ef88f1d85ff88cf34e8149369ab52d (diff) | |
| download | buildroot-novena-cf6885f1408eb3bee4abe374c6f6dcb8705cd319.tar.gz buildroot-novena-cf6885f1408eb3bee4abe374c6f6dcb8705cd319.zip | |
use the correct pci.id name as pointed out by kostja in Bug 629
| -rw-r--r-- | package/pciutils/pciutils.mk | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 | 
