svn commit: trunk/buildroot/package/pciutils

vapier at uclibc.org vapier at uclibc.org
Mon Jan 9 02:46:29 UTC 2006


Author: vapier
Date: 2006-01-08 18:46:26 -0800 (Sun, 08 Jan 2006)
New Revision: 13185

Log:
use the correct pci.id name as pointed out by kostja in Bug 629

Modified:
   trunk/buildroot/package/pciutils/pciutils.mk


Changeset:
Modified: trunk/buildroot/package/pciutils/pciutils.mk
===================================================================
--- trunk/buildroot/package/pciutils/pciutils.mk	2006-01-09 01:07:24 UTC (rev 13184)
+++ trunk/buildroot/package/pciutils/pciutils.mk	2006-01-09 02:46:26 UTC (rev 13185)
@@ -24,7 +24,7 @@
 
 $(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
 




More information about the uClibc-cvs mailing list