]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
DLL builds: switch from unstable to stable sources
authorbones_was_here <bones_was_here@xonotic.au>
Sun, 27 Aug 2023 10:45:20 +0000 (20:45 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Sun, 27 Aug 2023 10:45:20 +0000 (20:45 +1000)
misc/buildsrc/dlls.sh

index c5c8ff7285529a8f04c23aafdb0518d914dd4930..70a20a4b11a488d91029a3e7a92f3314c1279a0c 100755 (executable)
@@ -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