[haiku-commits] r39274 - haiku/trunk/build/jam

  • From: scott mc <scottmc2@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 2 Nov 2010 16:22:54 +0100 (CET)

Author: scottmc
Date: 2010-11-02 16:22:54 +0100 (Tue, 02 Nov 2010)
New Revision: 39274
Changeset: http://dev.haiku-os.org/changeset/39274

Modified:
   haiku/trunk/build/jam/OptionalPackages
Log:
Set the baseLibURL to the lib directory.


Modified: haiku/trunk/build/jam/OptionalPackages
===================================================================
--- haiku/trunk/build/jam/OptionalPackages      2010-11-02 15:18:59 UTC (rev 
39273)
+++ haiku/trunk/build/jam/OptionalPackages      2010-11-02 15:22:54 UTC (rev 
39274)
@@ -94,7 +94,7 @@
 #      Yasm                                    - the assembler utility
 
 local baseURL = http://haiku-files.org/files/optional-packages ;
-local baseLibURL = http://haiku-files.org/files/optional-packages ;
+local baseLibURL = http://haiku-files.org/files/optional-packages/lib ;
 local baseSourceURL = http://haiku-files.org/files/releases/r1alpha2/sources ;
 
 # ABI-compliance-checker


Other related posts:

  • » [haiku-commits] r39274 - haiku/trunk/build/jam - scott mc