Description: fix export_source path 
 lcf-utils (1.0.1-1) unstable; urgency=medium
   * fix export_source path 
Author: wanghuaiqing <wanghuaiqing@loongson.cn>

---
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: 2023-05-04

--- lcf-utils-1.0.1.orig/src/lmgbuild/src/lmgbuild/lmgcreater.py
+++ lcf-utils-1.0.1/src/lmgbuild/src/lmgbuild/lmgcreater.py
@@ -496,7 +496,7 @@ class LMGCreater:
         self.msgque.put("build image")
         self.build_appimage_by_dockerfile("./Dockerfile",self.meta.apptag)
 #        shutil.copy("/usr/local/lmg/bin/export_normal.sh",self.lmg_base_dir)
-        shutil.copy("/usr/local/lmg/bin/export_source",self.lmg_base_dir)
+        shutil.copy("/usr/bin/export_source",self.lmg_base_dir)
         self.msgque.put("run container")
         self.run_container(self.meta.apptag,self.lmg_base_dir, ["/" + os.path.basename(self.lmg_base_dir) + "/" + "export_source",self.meta.appname,os.path.basename(self.lmg_base_dir)])
         self.msgque.put("export image")
