[haiku-commits] r41623 - haiku/branches/releases/r1alpha3/data/bin

  • From: mattmadia@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 21 May 2011 04:17:06 +0200 (CEST)

Author: mmadia
Date: 2011-05-21 04:17:06 +0200 (Sat, 21 May 2011)
New Revision: 41623
Changeset: https://dev.haiku-os.org/changeset/41623

Modified:
   haiku/branches/releases/r1alpha3/data/bin/installoptionalpackage
Log:
Updated installoptionalpackage to pull data files from the R1 Alpha 3 branch,
instead of trunk.


Modified: haiku/branches/releases/r1alpha3/data/bin/installoptionalpackage
===================================================================
--- haiku/branches/releases/r1alpha3/data/bin/installoptionalpackage    
2011-05-21 01:52:02 UTC (rev 41622)
+++ haiku/branches/releases/r1alpha3/data/bin/installoptionalpackage    
2011-05-21 02:17:06 UTC (rev 41623)
@@ -401,7 +401,7 @@
                cd ${baseDir}
                local baseURL=http://dev.haiku-os.org/export/
                local revision=`uname -v | awk '{print $1}' | sed -e 's/r//'`
-               local 
url="${baseURL}${revision}/haiku/trunk/build/jam/${buildfile}"
+               local 
url="${baseURL}${revision}/haiku/branches/releases/r1alpha3/build/jam/${buildfile}"
                wget -q ${url} || ErrorExit "...failed to download $buildfile"
        fi
 }


Other related posts: