From 4033b13965be661fa53fe2adfdeb09d7d45ed2ba Mon Sep 17 00:00:00 2001 From: z411 Date: Sun, 20 Feb 2022 17:53:07 -0300 Subject: [PATCH] Fixed DLL move command --- misc/tools/all/release.subr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools/all/release.subr b/misc/tools/all/release.subr index bf29f8fb..a1428333 100644 --- a/misc/tools/all/release.subr +++ b/misc/tools/all/release.subr @@ -276,7 +276,7 @@ case "$cmd" in mkdir -p "$d0/$targetdir" cd "$d0/misc/buildsrc" verbose ./dlls.sh all "$buildpath" "$arch" - verbose cp "$buildpath/out/$arch/*" "$d0/$targetdir" + verbose mv "$buildpath/out/$arch" "$d0/$targetdir" cd "$d0" ;; release-dlls-win32) -- 2.39.2