Commit 07b1aa70 authored by fuyanbin's avatar fuyanbin
Browse files

加上manager_bin_file.zip

parent 4d642638
......@@ -113,8 +113,11 @@ build_image() {
fi
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")
cp -f services/manager_bin_file.zip "$build_dir"/system/bin/manager_bin_file.zip
for file in $(find ./services/ -type f ! -name "*.rc" ! -name "*.zip")
do
chcon u:object_r:drmserver_exec:s0 "$build_dir/system/bin/$(basename "$file")"
done
......
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