From 37ddfc9ca41ec18f4d914d5f414cff7f558c8245 Mon Sep 17 00:00:00 2001 From: Matt Madia Date: Sat, 12 Feb 2011 16:29:47 +0000 Subject: [PATCH] Updated to use the pci.ids mirrored on www.haiku-files.org. Fixes #7207, which has information on the mirror script. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40460 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/devices/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/devices/Jamfile b/src/apps/devices/Jamfile index 7dce651842..a3b8973b09 100644 --- a/src/apps/devices/Jamfile +++ b/src/apps/devices/Jamfile @@ -59,7 +59,7 @@ actions PCIHeaderGen1 } local pciidsFile = [ DownloadFile pci.ids - : http://pciids.sourceforge.net/pci.ids ] ; + : http://www.haiku-files.org/files/pci.ids ] ; PCIHeaderGen [ FGristFiles pcihdr.h ] : $(pciidsFile) : pci-header.awk ;