Ticket #9122: installoptionalpackage.diff

File installoptionalpackage.diff, 910 bytes (added by kallisti5, 11 years ago)

hrev1 based on mmadia's changes

  • installoptionalpackage

    old new  
    401401        echo "Fetching ${buildfile} ..."
    402402        cd ${baseDir}
    403403        local baseURL=http://cgit.haiku-os.org/haiku/plain
    404         local revisionTag=`uname -v | awk '{print $1}' | sed -e 's/-.*//'`
    405             # the sed invocation above drops potential dirty markers off the
    406             # revision tag
    407         local url="${baseURL}/build/jam/${buildfile}?id=${revisionTag}"
     404        #local revisionTag=`uname -v | awk '{print $1}' | sed -e 's/-.*//'`
     405        #   # the sed invocation above drops potential dirty markers off the
     406        #   # revision tag
     407        #local url="${baseURL}/build/jam/${buildfile}?id=${revisionTag}"
     408        # PULL PACKAGES FROM R1A4 BRANCH! #9122
     409        local url="${baseURL}/build/jam/${buildfile}?h=r1alpha4"
    408410        wget -q ${url} -O ${buildfile} \
    409411            || ErrorExit "...failed to download $buildfile"
    410412    fi