Description: Fixed an issue where Loongker could not be generated in statically compiled mode 
 loongker-ce (5:20.10.3-21) buster; urgency=low
 .
   * Version: 20.10.3-21
   * Fixed an issue where Loongker could not be generated in statically compiled mode 
Author: wanghuaiqing <wanghuaiqing@loongson.com>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2022-09-28

--- lcf-utils-1.0.1/src/loongker-ce-20.10.3.orig/VERSION
+++ lcf-utils-1.0.1/src/loongker-ce-20.10.3/VERSION
@@ -1 +1 @@
-20.10.3-20
+20.10.3-21
--- lcf-utils-1.0.1/src/loongker-ce-20.10.3.orig/sources/cli/scripts/build/binary
+++ lcf-utils-1.0.1/src/loongker-ce-20.10.3/sources/cli/scripts/build/binary
@@ -11,4 +11,4 @@ echo "Building statically linked $TARGET
 export CGO_ENABLED=0
 go build -o "${TARGET}" --ldflags "${LDFLAGS}" "${SOURCE}"
 
-ln -sf "$(basename "${TARGET}")" build/docker
+ln -sf "$(basename "${TARGET}")" build/loongker
