]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
DLL building: fix typo
authorbones_was_here <bones_was_here@xa.org.au>
Fri, 25 Feb 2022 20:10:09 +0000 (06:10 +1000)
committerbones_was_here <bones_was_here@xa.org.au>
Fri, 25 Feb 2022 20:10:09 +0000 (06:10 +1000)
misc/tools/all/release.subr

index 88c972b57f3721bb4de6ecc447a9bbc1fa42ce83..6e5e46fb23c679e013871f57d84be019a75a771f 100644 (file)
@@ -275,7 +275,7 @@ case "$cmd" in
                targetdir=$3
                mkdir -p "$targetdir"
                (
-                       cd "$misc/buildsrc"
+                       cd "misc/buildsrc"
                        verbose ./dlls.sh all "$buildpath" "$arch"
                )
                verbose cp -v $buildpath/out/$arch/* "$targetdir"