diff --git a/build-pkg.sh b/build-pkg.sh
index 69e98de..34044ac 100755
--- a/build-pkg.sh
+++ b/build-pkg.sh
@@ -39,6 +39,6 @@ target_dir="${1}"   # 要处理的目标目录
 	rm -rf ${target_dir}/    
 	cp -r src/ ${target_dir}/
 	bash replacer.sh ${target_dir}/
-	cd pkg/opt/apps/$PKG_NAME/files && bash build-container.sh $(uname -m)
 	bash linker.sh ${target_dir}/
+	cd pkg/opt/apps/$PKG_NAME/files && bash build-container.sh $(uname -m)
 popd
\ No newline at end of file