Commit a0b5ea99 authored by fuyanbin's avatar fuyanbin
Browse files

fix: install hugep-all.zip

parent b79b1cc6
...@@ -112,7 +112,8 @@ build_image() { ...@@ -112,7 +112,8 @@ build_image() {
fi fi
fi fi
find ./services/ -type f ! -name "*.rc" -exec install -m 0777 -t "$build_dir"/system/bin/ {} \; cp -f "$build_dir/hugep-all.zip" "$build_dir"/system/bin/hugep-all.zip
find ./services/ -type f ! -name "*.rc" ! -name "*.zip" -exec install -m 0777 -t "$build_dir"/system/bin/ {} \;
for file in $(find ./services/ -type f ! -name "*.rc") for file in $(find ./services/ -type f ! -name "*.rc")
do do
chcon u:object_r:drmserver_exec:s0 "$build_dir/system/bin/$(basename "$file")" chcon u:object_r:drmserver_exec:s0 "$build_dir/system/bin/$(basename "$file")"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment