X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=all;h=76914d71c21f533576bc8444f2cfb159e7c48c16;hp=6bbac8fe7df098081e5af0f300833436d44a9972;hb=3ee270c25135170de32159513fe3fc7f6ae1c009;hpb=623a131a558d528a5ddc58ca580980ef8d4067db diff --git a/all b/all index 6bbac8fe..76914d71 100755 --- a/all +++ b/all @@ -113,6 +113,7 @@ data/xonotic-data.pk3dir | data/xonotic-maps.pk3dir | | master data/xonotic-music.pk3dir | | master data/xonotic-nexcompat.pk3dir | | master +mediasource | | master darkplaces | | div0-stable fteqcc | git://github.com/Blub/qclib.git | master div0-gittools | git://git.icculus.org/divverent/div0-gittools.git | master @@ -129,7 +130,14 @@ repourl() { t=`echo "$repos_urls" | grep "^$1 " | cut -d '|' -f 2 | tr -d ' '` if [ -n "$t" ]; then - echo "$t" + case "$t" in + *://*) + echo "$t" + ;; + *) + echo "$base$t" + ;; + esac else if [ x"$1" = x"." ]; then echo "$base""xonotic.git" @@ -463,6 +471,9 @@ case "$cmd" in if [ -n "$WE_HATE_OUR_USERS" ]; then client= export PATH="$d0/misc/buildfiles/w32:$PATH" + elif [ x"`uname`" = x"Darwin" ]; then + export DYLD_LIBRARY_PATH="$d0/misc/buildfiles/osx/Nexuiz.app/Contents/MacOS" + client=-sdl else client=-sdl fi @@ -559,6 +570,9 @@ case "$cmd" in rm -rf "$patchdir" ;; admin-merge) + if [ "$#" = 1 ]; then + set -- "${1%%/*}" "${1#*/}" + fi for d in $repos; do enter "$d0/$d" verbose git rev-parse "$1/$2" || continue