[haiku-commits] r40460 - haiku/trunk/src/apps/devices

  • From: mattmadia@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 12 Feb 2011 17:29:47 +0100 (CET)

Author: mmadia
Date: 2011-02-12 17:29:47 +0100 (Sat, 12 Feb 2011)
New Revision: 40460
Changeset: http://dev.haiku-os.org/changeset/40460
Ticket: http://dev.haiku-os.org/ticket/7207

Modified:
   haiku/trunk/src/apps/devices/Jamfile
Log:
Updated to use the pci.ids mirrored on www.haiku-files.org.
Fixes #7207, which has information on the mirror script.


Modified: haiku/trunk/src/apps/devices/Jamfile
===================================================================
--- haiku/trunk/src/apps/devices/Jamfile        2011-02-12 11:25:22 UTC (rev 
40459)
+++ haiku/trunk/src/apps/devices/Jamfile        2011-02-12 16:29:47 UTC (rev 
40460)
@@ -59,7 +59,7 @@
 }
 
 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 ;
 


Other related posts:

  • » [haiku-commits] r40460 - haiku/trunk/src/apps/devices - mattmadia