From: bones_was_here Date: Sun, 27 Aug 2023 10:45:20 +0000 (+1000) Subject: DLL builds: switch from unstable to stable sources X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3d0214eca5b9a57a816e367d996fbd9985ac4634;p=xonotic%2Fxonotic.git DLL builds: switch from unstable to stable sources --- diff --git a/misc/buildsrc/dlls.sh b/misc/buildsrc/dlls.sh index c5c8ff72..70a20a4b 100755 --- a/misc/buildsrc/dlls.sh +++ b/misc/buildsrc/dlls.sh @@ -63,7 +63,7 @@ fetch_source () { return 1 else echo "Getting source for $1..." - apt source "$1" + apt-get source -t=stable "$1" get_this_src "$1" return 0 fi